aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorFRIGN <[email protected]>2015-12-09 23:48:20 +0100
committerFRIGN <[email protected]>2015-12-09 23:48:20 +0100
commit43a7d4dc2ce288119e15232f2312e19c820d98c4 (patch)
tree76bdd58237bbbb3b03d4a4da00191c6ea1ea66fc /style.css
parenta0e2be52c18cd64d3dacfe6226f3beea56e2bf7a (diff)
downloadstagit-43a7d4dc2ce288119e15232f2312e19c820d98c4.tar.gz
stagit-43a7d4dc2ce288119e15232f2312e19c820d98c4.zip
Make border solid
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 2823efb..701e8ad 100644
--- 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 {