From 8e41c5b7bbfb1da807253da98ee02a4db9782bad Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 7 Oct 2014 17:33:21 +0200 Subject: reproducible: improve CSS --- bin/reproducible_stats.sh | 4 ++-- userContent/static/style.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index a8bc23eb..7e8812b0 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -62,7 +62,7 @@ EOF init_navi_frame() { echo "" > $NAVI echo "" >> $NAVI - echo "
$1 " >> $NAVI + echo "
$1 " >> $NAVI echo "($2) " >> $NAVI echo "at $3: " >> $NAVI } @@ -72,7 +72,7 @@ append2navi_frame() { } finish_navi_frame() { - echo "stats for reproducible builds
" >> $NAVI + echo "
stats for reproducible builds
" >> $NAVI } link_packages() { diff --git a/userContent/static/style.css b/userContent/static/style.css index a931ed3d..d1f2f060 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -6,11 +6,12 @@ html { body { width: 99%; - margin: 1em auto; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 20px; color: #333333; + padding: 0.25em 0.5em; + margin: 0.25em 0.25em 0em 0.25em; } pre { @@ -29,7 +30,6 @@ a:hover, a:focus { header { border-bottom: 1px solid #d70a53; - margin-bottom: 1em; } footer { @@ -96,7 +96,7 @@ table { border-radius: 0.5em; border-collapse: collapse; box-shadow: 0 1px 3px #eee; - margin-bottom: 1em; + padding: 0 } tr:nth-child(odd) { -- cgit v1.2.3-70-g09d2