From 43a7d4dc2ce288119e15232f2312e19c820d98c4 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Wed, 9 Dec 2015 23:48:20 +0100 Subject: [PATCH] Make border solid --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2