diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-09 10:55:42 +0100 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-10 15:04:03 +0100 |
| commit | 2a610859b41ba5f67b0eb141328aa67113a2be31 (patch) | |
| tree | 813e8965b1f0c323b9bfb98a57269da7fe79bc14 /_static/css/styles.css | |
| parent | 3a73e31e3bb3345d209dc06ab053f98482a63ace (diff) | |
| download | alpine-mksite-2a610859b41ba5f67b0eb141328aa67113a2be31.tar.bz2 alpine-mksite-2a610859b41ba5f67b0eb141328aa67113a2be31.tar.xz | |
add gpg keys to downloads
Diffstat (limited to '_static/css/styles.css')
| -rw-r--r-- | _static/css/styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_static/css/styles.css b/_static/css/styles.css index f9705d5..1315c62 100644 --- a/_static/css/styles.css +++ b/_static/css/styles.css @@ -216,6 +216,19 @@ a.alpine-logo:active { border-bottom: 0px; } +.download table { + width: 100%; +} + +.download .pure-table { + border-left: 0; + border-right: 0; + border-bottom: 0; + background: #f7f7f7; + font-size: 70%; + color: #696969; +} + /* * Home page styling */ |
