[snowy] Theme timestamp tags



commit 471d1996772a6a2ce0c0518ff9c6cf923fc1a5e4
Author: Brad Taylor <brad getcoded net>
Date:   Fri Jul 24 12:05:04 2009 -0400

    Theme timestamp tags

 site_media/css/print.css  |    9 +++++++++
 site_media/css/screen.css |    7 +++++++
 2 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/site_media/css/print.css b/site_media/css/print.css
index 896ae2d..ecf5e16 100644
--- a/site_media/css/print.css
+++ b/site_media/css/print.css
@@ -82,6 +82,15 @@ table#content-layout {
 }
 
 /* Note-specific styles */
+#note h1 {
+    text-decoration: underline;
+}
+
+.note-datetime {
+    color: #666666;
+    font-style: italic;
+    font-size: 0.8em;
+}
 
 .note-highlight {
     background-color: yellow;
diff --git a/site_media/css/screen.css b/site_media/css/screen.css
index ef7be32..716d188 100644
--- a/site_media/css/screen.css
+++ b/site_media/css/screen.css
@@ -1,5 +1,6 @@
 html, body {
     background-color: #4e6960;
+    font-size: 0.95em;
     margin: 0;
     padding: 0;
 }
@@ -266,6 +267,12 @@ table#content-layout {
     text-decoration: underline;
 }
 
+.note-datetime {
+    color: #666666;
+    font-style: italic;
+    font-size: 0.8em;
+}
+
 .note-highlight {
     background-color: yellow;
 }



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