[Checkins] SVN: Grokstar/trunk/src/grokstar/static/grokstar.css Modify background css

Robert Marianski rmarianski at openplans.org
Sun Feb 17 20:53:34 EST 2008


Log message for revision 84001:
  Modify background css

Changed:
  U   Grokstar/trunk/src/grokstar/static/grokstar.css

-=-
Modified: Grokstar/trunk/src/grokstar/static/grokstar.css
===================================================================
--- Grokstar/trunk/src/grokstar/static/grokstar.css	2008-02-18 01:26:02 UTC (rev 84000)
+++ Grokstar/trunk/src/grokstar/static/grokstar.css	2008-02-18 01:53:34 UTC (rev 84001)
@@ -1,3 +1,11 @@
+html {
+  background-color: darkgrey;
+}
+
+body {
+  background-color: #eee;
+}
+
 h1 {
   font-size: 138.5%;
 }
@@ -14,6 +22,14 @@
   font-weight: bold;
 }
 
+#hd {
+  background: url('http://grok.zope.org/top_bg.jpg');
+}
+
+#bd {
+  margin-left: .5em;
+}
+
 p {
   margin-bottom: 1em;
 }



More information about the Checkins mailing list