Make border solid - stagit-gopher - A git gopher frontend. (mirror)
HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 43a7d4dc2ce288119e15232f2312e19c820d98c4
DIR parent a0e2be52c18cd64d3dacfe6226f3beea56e2bf7a
HTML Author: FRIGN <dev@frign.de>
Date: Wed, 9 Dec 2015 23:48:20 +0100
Make border solid
Diffstat:
M style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git 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 {