stagit

My fork of stagit

git clone git://git.shimmy1996.com/stagit.git
commit 5388c3af8db98d50094b4cdbdc6fba823868bf78
parent f7f1fb463a3f31b56f23a96c568d15b3dadaf000
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat,  4 Apr 2020 14:53:33 -0500

Remove hr styling

Diffstat:
Mstyle.css | 6------
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/style.css b/style.css
@@ -52,12 +52,6 @@ td.num {
 	text-align: right;
 }
 
-hr {
-	border: 0;
-	border-top: 1px solid #777;
-	height: 1px;
-}
-
 pre {
 	font-family: monospace;
 }