[Rt-commit] r3446 - in rt/branches/3.5-TESTING: . html/NoAuth/css

trs at bestpractical.com trs at bestpractical.com
Sat Jul 9 12:12:25 EDT 2005


Author: trs
Date: Sat Jul  9 12:12:24 2005
New Revision: 3446

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/NoAuth/css/body.css
Log:
 r4949 at wintermute:  tom | 2005-07-09 08:15:02 -0400
 #body header styles


Modified: rt/branches/3.5-TESTING/html/NoAuth/css/body.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/body.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/body.css	Sat Jul  9 12:12:24 2005
@@ -46,10 +46,27 @@
 
 #body {
     clear: both;
-    margin: 0 0.75em 0 1em;
+    margin: 0 0.75em 0 2em;
     padding-top: 0.5em;
 }
 
+#body h1 {
+    border-bottom: 1px dotted #069;
+    padding-left: 0.5em;
+}
+
+#body h1 { font-size: 1.5em; }
+#body h2 { font-size: 1.3em; }
+#body h3 { font-size: 1.1em; }
+#body h4 { font-size: 1em; }
+#body h5 { font-size: 0.9em; }
+#body h6 { font-size: 0.8em; }
+
+#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
+    color: #930;
+    font-weight: bold;
+}
+
 .titlebox .content {
     margin: 1em 2em 0 2em;
 }


More information about the Rt-commit mailing list