diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-10 15:59:09 +0100 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-10 15:59:09 +0100 |
| commit | fb3832bb271b3f87bbedcfe2464f7b6ba3f2efdc (patch) | |
| tree | 28d19b3b9825f72649856fb2c508b1bb9020922a /_static/css | |
| parent | a0bc4e3e5c67514bb387db686d7b1af377f50a41 (diff) | |
| download | alpine-mksite-fb3832bb271b3f87bbedcfe2464f7b6ba3f2efdc.tar.bz2 alpine-mksite-fb3832bb271b3f87bbedcfe2464f7b6ba3f2efdc.tar.xz | |
correct sha/gpg table borders
Diffstat (limited to '_static/css')
| -rw-r--r-- | _static/css/styles.css | 14 |
1 files changed, 7 insertions, 7 deletions
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 */ |
