diff options
Diffstat (limited to '_static/css/styles.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 */ |
