commit 3ca29fa8a8984fb94d075eeb25a0ad71683b12ed parent 6db1706dae87027d0e247b094851477c08b856d8 Author: Dan Callaghan <djc@djc.id.au> Date: Fri, 19 Sep 2008 02:20:36 +1000 HR style Diffstat:
| M | static/css/common.css | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/static/css/common.css b/static/css/common.css
@@ -40,6 +40,12 @@ blockquote {
pre {
margin-left: 2em;
}
+hr {
+ border: none;
+ border-top: 1px dashed #aaa;
+ height: 0;
+ margin: 1.5em 0;
+}
span.inlinesep {
font-weight: bold;