diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-27 22:58:41 +0100 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-27 22:58:41 +0100 |
| commit | 57c9eff100aa235e9152ff9865f9fd969cd3f5c5 (patch) | |
| tree | b75fc8a913f07ec8505630e403d127e8aec7163f /_static/styles.css | |
| parent | fd54a99aa4802e61d882bc7bf0e34c8875fd2abb (diff) | |
| download | alpine-mksite-57c9eff100aa235e9152ff9865f9fd969cd3f5c5.tar.bz2 alpine-mksite-57c9eff100aa235e9152ff9865f9fd969cd3f5c5.tar.xz | |
template: make logo clickable
Diffstat (limited to '_static/styles.css')
| -rw-r--r-- | _static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_static/styles.css b/_static/styles.css index 7c30cf5..91ebdbc 100644 --- a/_static/styles.css +++ b/_static/styles.css @@ -169,6 +169,10 @@ td time { color: #0D597F; } +a.alpine-logo:hover, a.alpine-logo:active { + text-decoration: none; +} + table.downloads { width: 100%; text-align: left; |
