]> git.armaanb.net Git - stagit.git/commitdiff
Make border solid
authorFRIGN <dev@frign.de>
Wed, 9 Dec 2015 22:48:20 +0000 (23:48 +0100)
committerFRIGN <dev@frign.de>
Wed, 9 Dec 2015 22:48:20 +0000 (23:48 +0100)
style.css

index 2823efb6b67a5bdd7be78b75696f13b50d52aff7..701e8ad45dc5a293f66e645b0a4d48e221d98078 100644 (file)
--- a/style.css
+++ b/style.css
@@ -39,7 +39,7 @@ table td {
 
 hr {
        border: 0;
-       border-top: 1px dashed #777;
+       border-top: 1px solid #777;
 }
 
 pre {