remove hr under comment actions
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 25 Jan 2009 23:35:18 +0000 (18:35 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 25 Jan 2009 23:35:18 +0000 (18:35 -0500)
The horizontal line was only meant to be displayed under
the actions at the top of a page.

doc/style.css

index c61015890dbe72aacd2a8c697c2e3bef29ec5496..a6e6734e3124151829d585b2b566e5347df84c03 100644 (file)
@@ -23,6 +23,8 @@
        margin: 0;
        padding: 6px;
        list-style-type: none;
+}
+.pageheader .actions ul {
        border-bottom: 1px solid #000;
 }