[Checkins] SVN: Grokstar/trunk/src/grokstar/static/style.css Add styles for breadcrumbs.

Uli Fouquet uli at gnufix.de
Sat Feb 20 11:48:41 EST 2010


Log message for revision 109188:
  Add styles for breadcrumbs.
  

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

-=-
Modified: Grokstar/trunk/src/grokstar/static/style.css
===================================================================
--- Grokstar/trunk/src/grokstar/static/style.css	2010-02-20 16:48:09 UTC (rev 109187)
+++ Grokstar/trunk/src/grokstar/static/style.css	2010-02-20 16:48:41 UTC (rev 109188)
@@ -27,6 +27,21 @@
     padding:1em;
 }
 
+#breadcrumbs {
+    margin-top: 12px;
+    font-weight: bold;
+    text-align: left;
+}
+
+#breadcrumbs span {
+    background-color: #fd7;
+    background-color: #fec;
+    padding-left: 10px;
+    padding-right: 10px;
+    margin-left: 3px;
+    border: 1px solid #ec6;
+}
+
 h1, h2, h3, h4 {
     margin-bottom:0.2em;
 }
@@ -102,4 +117,4 @@
     font-style:normal;
 }
 
-pre { margin:0;} /* Not 0 by default in Firefox */
\ No newline at end of file
+pre { margin:0;} /* Not 0 by default in Firefox */



More information about the checkins mailing list