stagit

Make border solid

FRIGN contact@arjunchoudhary.com

commit: 258a3e8 parent: 2290931
1 files changed, 1 insertions(+), 1 deletions(-)
Mstyle.css+1-1
M · style.css +1, -1
1@@ -39,7 +39,7 @@ table td {
2 
3 hr {
4 	border: 0;
5-	border-top: 1px dashed #777;
6+	border-top: 1px solid #777;
7 }
8 
9 pre {