stagit
static git repository generator
git clone https://9o.is/git/stagit.git
commit 8d4b08bdf860e84fd74be06c665cf204317affbc parent 5130114309400c1eb0e83e20f2bded453be5170d 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(-)
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 {