[gnomeweb-wp] replaced default line-height to 1.6 instead of 1.7em



commit af76d4a8cf925755002fcd65ce084edee0293e9e
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Mon Apr 4 19:32:34 2011 -0300

    replaced default line-height to 1.6 instead of 1.7em
    
    and added a bit of spacing in .action_button

 wp-content/themes/gnome-grass/css/text.css |    2 +-
 wp-content/themes/gnome-grass/style.css    |    7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/css/text.css b/wp-content/themes/gnome-grass/css/text.css
index 3b736a5..bc2d034 100644
--- a/wp-content/themes/gnome-grass/css/text.css
+++ b/wp-content/themes/gnome-grass/css/text.css
@@ -7,7 +7,7 @@
 body {
     font-family: Cantarell, 'Droid Sans', Ubuntu, 'DejaVu Sans', Arial, sans-serif;
     font-size: 14px;
-    line-height: 1.7em;
+    line-height: 1.6;
     color: #2e3436;
 }
 h1, h2, h3, h4, h5, h6, dt {
diff --git a/wp-content/themes/gnome-grass/style.css b/wp-content/themes/gnome-grass/style.css
index 303c968..1e834cc 100644
--- a/wp-content/themes/gnome-grass/style.css
+++ b/wp-content/themes/gnome-grass/style.css
@@ -616,9 +616,10 @@ dl.icon_list dt img {
     color: #2e3436;
     text-shadow: 0 1px 0 #fff;
     text-decoration: none;
-    -webkit-transition: background-position 200ms linear;
-    -moz-transition: background-position 200ms linear;
-    transition: background-position 200ms linear;
+    line-height: 1.8;
+    -webkit-transition: background-position 100ms linear;
+    -moz-transition: background-position 100ms linear;
+    transition: background-position 100ms linear;
     -moz-box-shadow: inset 0 1px 0 #fff;
     -webkit-box-shadow: inset 0 1px 0 #fff;
     outline: none;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]