From 1fc63caf329a0672cc171023715486db536e7524 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 25 Nov 2014 21:44:36 +0100 Subject: download: better formatting --- _static/styles.css | 17 +++++++++++++++++ downloads/index.md | 30 +++++++++++++++--------------- 2 files changed, 32 insertions(+), 15 deletions(-) diff --git a/_static/styles.css b/_static/styles.css index d9b40dc..205ffcb 100644 --- a/_static/styles.css +++ b/_static/styles.css @@ -164,6 +164,23 @@ table.downloads { text-align: left; } +th.size, td.size { + width: 4em; +} + +th.checksums, td.checksums { + width: 8em; +} + +th.checksums, td.checksums, th.size, td.size { + text-align: right; + padding: .2em 0em .2em .2em; +} + +table.downloads td, table.downloads th { + border-bottom: 1px solid #DCDCDC; +} + #pagenav { float: left; margin: 1em; diff --git a/downloads/index.md b/downloads/index.md index ade5014..3e49530 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -11,16 +11,16 @@ Released {{releases.alpine.x86.datestr}} - - - + + + {{#releases.alpine.archs}} - - - + + - - - + + - - - + + - - - + +
isosizechecksumisosizechecksum
{{iso}}{{size_mb}} MB + {{iso}}{{size_mb}} MB sha1 | @@ -32,9 +32,9 @@ Released {{releases.alpine.x86.datestr}} {{#releases.alpine-mini.archs}}
{{iso}}{{size_mb}} MB + {{iso}}{{size_mb}} MB sha1 | @@ -46,9 +46,9 @@ Released {{releases.alpine.x86.datestr}} {{#releases.alpine-vanilla.archs}}
{{iso}}{{size_mb}} MB + {{iso}}{{size_mb}} MB sha1 | @@ -60,9 +60,9 @@ Released {{releases.alpine.x86.datestr}} {{#releases.alpine-xen.archs}}
{{iso}}{{size_mb}} MB + {{iso}}{{size_mb}} MB sha1 | -- cgit v1.2.3