[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml Fix next/previous link appearance

Kevin Teague kevin at bud.ca
Fri Jan 11 06:44:06 EST 2008


Log message for revision 82801:
  Fix next/previous link appearance

Changed:
  U   gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml

-=-
Modified: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml
===================================================================
--- gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-11 10:32:23 UTC (rev 82800)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-11 11:44:05 UTC (rev 82801)
@@ -630,8 +630,17 @@
   font-size: medium;
 }
 
-/* Unorganized CSS tweaks - clean me up */
+/* Previous/Next links */
 
+.listingBar {
+    vertical-align: top;
+    margin: 0.5em 0 2em 0;
+}
+
+.listingPrevious {
+    float: left;
+}
+
 .listingNext {
     text-align: right;
     float: right;



More information about the Checkins mailing list