diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-29 20:51:02 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-29 20:51:02 +0200 |
| commit | 5c44c98de985a4b4cabc6ae2682a1e007fef5b31 (patch) | |
| tree | 5598692bfedb58e320420840d499287ac4d5ae6b /_static/css | |
| parent | bd4e529b57b3a70248845c48e4f54e3ec46b8035 (diff) | |
| download | alpine-mksite-5c44c98de985a4b4cabc6ae2682a1e007fef5b31.tar.bz2 alpine-mksite-5c44c98de985a4b4cabc6ae2682a1e007fef5b31.tar.xz | |
refactor downloads page
Diffstat (limited to '_static/css')
| -rw-r--r-- | _static/css/styles.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/_static/css/styles.css b/_static/css/styles.css index a81e2f5..fb48d17 100644 --- a/_static/css/styles.css +++ b/_static/css/styles.css @@ -242,7 +242,7 @@ body { .download { border: 1px solid #ddd; margin: 0 0.5em 2em; - text-align: center; + text-align: left; } .download h2 { @@ -252,6 +252,7 @@ body { padding-bottom: 2em; font-size: 1em; font-weight: bold; + text-align: center; } .download ul { @@ -269,18 +270,21 @@ body { text-overflow: ellipsis; } -.download .buttons { - padding: 0.5em; +.download p { + padding: 0.8em; } -.download .buttons a.pure-button { +.download .green-button { + padding: 0.5em; color: white; font-weight: normal; + font-size: 120%; background: #018E4A; border-radius: 4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); margin-top: 0.5em; margin-bottom: 0.5em; + text-align: left; } .download .checksums a.pure-button { @@ -297,13 +301,13 @@ body { width: 100%; border: 0; background: #f7f7f7; - font-size: 70%; color: #696969; } .download .pure-table-horizontal td { border:0; border-top:1px solid #e7e7e7; + padding: 1em; } /* |
