[Jifty-commit] r6075 - wifty/trunk/share/web/static/css

Jifty commits jifty-commit at lists.jifty.org
Sat Dec 6 22:09:31 EST 2008


Author: ruz
Date: Sat Dec  6 22:09:31 2008
New Revision: 6075

Modified:
   wifty/trunk/share/web/static/css/app.css

Log:
* tweak css a little, history is ul now, inline region

Modified: wifty/trunk/share/web/static/css/app.css
==============================================================================
--- wifty/trunk/share/web/static/css/app.css	(original)
+++ wifty/trunk/share/web/static/css/app.css	Sat Dec  6 22:09:31 2008
@@ -51,14 +51,24 @@
 * html .pagelist dt,
 * html .pagelist dd { position: relative; }
 
-#history dd {
+#history {
+    margin-left: 0em;
+    padding-left: 1em;
+    list-style-type: none;
+}
+
+#history li {
     font-size: 0.95em;
-    color: #444;
-    margin-left: 2em;
+    margin-left: 0em;
     padding-left: 0;
     margin-bottom: 0.5em;
 }
 
+#history div.jifty-region {
+    display: inline;
+    margin-left: 0.5em;
+}
+
 hr {
     border: none;
     border-top: 1px solid #777;


More information about the Jifty-commit mailing list