[snowy] Make the title underlined like in Tomboy



commit 14e2b62b47094f157afb3d44ebc73df2206f48cb
Author: Brad Taylor <brad getcoded net>
Date:   Mon May 18 17:00:23 2009 -0400

    Make the title underlined like in Tomboy
---
 site_media/css/screen.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/site_media/css/screen.css b/site_media/css/screen.css
index cb318ce..415006c 100644
--- a/site_media/css/screen.css
+++ b/site_media/css/screen.css
@@ -190,6 +190,10 @@ table#content-layout {
 }
 
 /* Note-specific styles */
+#funcooker h1 {
+    text-decoration: underline;
+}
+
 .note-highlight {
     background-color: yellow;
 }



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