Make border solid

This commit is contained in:
FRIGN
2015-12-09 23:48:20 +01:00
parent a0e2be52c1
commit 43a7d4dc2c
+1 -1
View File
@@ -39,7 +39,7 @@ table td {
hr {
border: 0;
border-top: 1px dashed #777;
border-top: 1px solid #777;
}
pre {