[gnomeweb-wp] added style to inline description of thumb in crafted content



commit ba039cd91bad1f147a9d66da6f493ed10b1cbf7c
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Wed Apr 6 00:31:32 2011 -0300

    added style to inline description of thumb in crafted content

 wp-content/themes/gnome-grass/style.css |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/style.css b/wp-content/themes/gnome-grass/style.css
index 02ec19a..6f522f7 100644
--- a/wp-content/themes/gnome-grass/style.css
+++ b/wp-content/themes/gnome-grass/style.css
@@ -938,7 +938,7 @@ hr.bottom_shadow {
 .crafted_content .section .thumbs li:last-child {
     padding-right: 0;
 }
-.crafted_content .section .thumbs li a {
+.crafted_content .section .thumbs li > a {
     display: block;
     padding: 4px;
     border: 1px solid #ccc;
@@ -946,6 +946,13 @@ hr.bottom_shadow {
     -webkit-border-radius: 3px;
     border-radius: 3px;
 }
+.crafted_content .section .thumbs li .inline a {
+    color: inherit;
+    text-decoration: none;
+}
+.crafted_content .section .thumbs li .inline a:hover {
+    text-decoration: underline;
+}
 .crafted_content .section .thumbs img {
     width: 120px;
     height: 80px;



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