Mercurial > hg-stable
changeset 8506:93a9f4a0e361
coal/paper: simplify margin and padding CSS rules
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Mon, 18 May 2009 23:37:36 +0200 |
parents | dc50108ce188 |
children | decf329f00cb |
files | templates/static/style-coal.css templates/static/style-paper.css |
diffstat | 2 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/static/style-coal.css Mon May 18 23:35:27 2009 +0200 +++ b/templates/static/style-coal.css Mon May 18 23:37:36 2009 +0200 @@ -106,7 +106,7 @@ .navigate { text-align: right; font-size: 60%; - margin: 1em 0 1em 0; + margin: 1em 0; } .tag { @@ -162,12 +162,12 @@ } .bigtable td { - padding: 1px 4px 1px 4px; + padding: 1px 4px; vertical-align: top; } .bigtable th { - padding: 1px 4px 1px 4px; + padding: 1px 4px; border-bottom: 1px solid #999; font-size: smaller; } @@ -206,7 +206,7 @@ } #changesetEntry th { - padding: 1px 4px 1px 4px; + padding: 1px 4px; width: 4em; text-align: right; font-weight: normal;
--- a/templates/static/style-paper.css Mon May 18 23:35:27 2009 +0200 +++ b/templates/static/style-paper.css Mon May 18 23:37:36 2009 +0200 @@ -97,7 +97,7 @@ .navigate { text-align: right; font-size: 60%; - margin: 1em 0 1em 0; + margin: 1em 0; } .tag { @@ -153,12 +153,12 @@ } .bigtable td { - padding: 1px 4px 1px 4px; + padding: 1px 4px; vertical-align: top; } .bigtable th { - padding: 1px 4px 1px 4px; + padding: 1px 4px; border-bottom: 1px solid #999; font-size: smaller; } @@ -195,7 +195,7 @@ } #changesetEntry th { - padding: 1px 4px 1px 4px; + padding: 1px 4px; width: 4em; text-align: right; font-weight: normal;