diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2016-12-22 15:53:40 +0100 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-12-22 15:53:40 +0100 |
| commit | ce912ba75e6dae3e78a0610f7b8fef2a64748158 (patch) | |
| tree | 7b86bc8a556164f3b2eda44bc55ae38401546279 /_static/css | |
| parent | d49b6d76b7c997bf7fcb6937d094fac439cbd9c2 (diff) | |
| download | alpine-mksite-ce912ba75e6dae3e78a0610f7b8fef2a64748158.tar.bz2 alpine-mksite-ce912ba75e6dae3e78a0610f7b8fef2a64748158.tar.xz | |
proper padding around dl buttons
Diffstat (limited to '_static/css')
| -rw-r--r-- | _static/css/styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_static/css/styles.css b/_static/css/styles.css index 8e129d9..164a596 100644 --- a/_static/css/styles.css +++ b/_static/css/styles.css @@ -261,7 +261,7 @@ body { } .download .buttons { - padding: 1em; + padding: 0.5em; } .download .buttons a.pure-button { @@ -270,6 +270,8 @@ body { background: #018E4A; border-radius: 4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); + margin-top: 0.5em; + margin-bottom: 0.5em; } .download .checksums a.pure-button { |
