[Xfce4-commits] <midori:master> Fix #message in about.css and add word-wrap

Christian Dywan noreply at xfce.org
Wed Mar 20 22:10:04 CET 2013


Updating branch refs/heads/master
         to d05d868f4e7aa426f65c77a09a1e135c0a29917a (commit)
       from 8c03750830746d1259e6a083510ae23a7a37ce7a (commit)

commit d05d868f4e7aa426f65c77a09a1e135c0a29917a
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Mar 20 21:20:36 2013 +0100

    Fix #message in about.css and add word-wrap

 data/about.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/data/about.css b/data/about.css
index 66cb334..ff9e0d4 100644
--- a/data/about.css
+++ b/data/about.css
@@ -61,8 +61,9 @@ button img {
     padding: 2px 1px;
 }
 
-message {
+#message {
    font-size: 1.1em;
+   word-wrap: break-word;
 }
 
 description {


More information about the Xfce4-commits mailing list