From fb3832bb271b3f87bbedcfe2464f7b6ba3f2efdc Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 10 Nov 2016 15:59:09 +0100 Subject: correct sha/gpg table borders --- _static/css/styles.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '_static') diff --git a/_static/css/styles.css b/_static/css/styles.css index 62d2211..80c432f 100644 --- a/_static/css/styles.css +++ b/_static/css/styles.css @@ -263,19 +263,19 @@ a { border-bottom: 0px; } -.download table { - width: 100%; -} - .download .pure-table { - border-left: 0; - border-right: 0; - border-bottom: 0; + width: 100%; + border: 0; background: #f7f7f7; font-size: 70%; color: #696969; } +.download .pure-table-horizontal td { + border:0; + border-top:1px solid #e7e7e7; +} + /* * Home page styling */ -- cgit v1.2.3