[gnomeweb-wp] fix for link style in page navigation



commit 4880d2b2947c9854fc96254028529a63c88aede6
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Tue Sep 7 20:26:19 2010 -0300

    fix for link style in page navigation

 wp-content/themes/gnome-grass/style.css |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/style.css b/wp-content/themes/gnome-grass/style.css
index f3a0b78..25a64b5 100644
--- a/wp-content/themes/gnome-grass/style.css
+++ b/wp-content/themes/gnome-grass/style.css
@@ -598,6 +598,13 @@ dl.icon_list dt img {
     height: 32px;
     line-height: 32px;
 }
+.page_navigation a {
+    text-decoration: none;
+    color: inherit;
+}
+.page_navigation a:hover {
+    text-decoration: underline;
+}
 .page_navigation .prev a {
     float: left;
     background: url(images/go-previous.png) top left no-repeat;
@@ -607,11 +614,6 @@ dl.icon_list dt img {
     float: right;
     background: url(images/go-next.png) top right no-repeat;
     padding-right: 40px;
-    text-decoration: none;
-    color: inherit;
-}
-.page_navigation .next a:hover {
-    text-decoration: underline;
 }
 
 



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