diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-26 08:50:11 +0100 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-26 08:50:11 +0100 |
| commit | 252f4dd7813743f1d315406186df049f2f5b5d65 (patch) | |
| tree | b444b49eee4f96703a47f2f77ee38d1c98e90444 /_static | |
| parent | 180d4411bd02b422f749eea7fd8b2e7f74a3025f (diff) | |
| download | alpine-mksite-252f4dd7813743f1d315406186df049f2f5b5d65.tar.bz2 alpine-mksite-252f4dd7813743f1d315406186df049f2f5b5d65.tar.xz | |
downloads: improve download list
- change background to grey when hover a row
- indent iso
Diffstat (limited to '_static')
| -rw-r--r-- | _static/styles.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/_static/styles.css b/_static/styles.css index 18d2362..9d417dd 100644 --- a/_static/styles.css +++ b/_static/styles.css @@ -170,6 +170,14 @@ table.downloads { text-align: left; } +tr:hover td.iso, tr:hover td.size, tr:hover td.checksums { + background-color: #EDEDED; +} + +td.iso { + text-indent: 1em; +} + th.size, td.size { width: 4em; } @@ -218,4 +226,3 @@ footer { width: 100%; height: 1.1em; } - |
