css: make footnote rule 1px thick
authorLucian Mogosanu <lucian.mogosanu@gmail.com>
Sun, 4 Aug 2013 13:48:50 +0000 (16:48 +0300)
committerLucian Mogosanu <lucian.mogosanu@gmail.com>
Sun, 4 Aug 2013 13:48:50 +0000 (16:48 +0300)
css/default.css

index dccdb68..d64cf0c 100644 (file)
@@ -75,7 +75,7 @@ code {
 .footnotes hr {
        width: 70%;
        border: 0;
-       border-bottom: 0.5px dotted #e5e5e5;
+       border-bottom: 1px dotted #e5e5e5;
 }
 
 span.imgleft {