]> git.mjollnir.org Git - s9y.git/commitdiff
BP: Added .published plus styles to base.css to rectify display of entry date which...
authoryellowled <yellowled>
Tue, 1 Jan 2008 21:04:13 +0000 (21:04 +0000)
committeryellowled <yellowled>
Tue, 1 Jan 2008 21:04:13 +0000 (21:04 +0000)
templates/bulletproof/base.css

index 59b5c608ba05564dd70d1d5c15c7cae8ec0d2015..bff8351cbfb5c7a33ed3551e756185e83f4b7a0c 100644 (file)
@@ -254,3 +254,8 @@ ul.staticpage_navigation li {
     display: inline;
     font-style: normal;
 }
+
+.published {
+    border-bottom: none;
+    cursor: auto;
+}
\ No newline at end of file