coal/paper: simplify margin and padding CSS rules
authorMartin Geisler <mg@lazybytes.net>
Mon, 18 May 2009 23:37:36 +0200
changeset 8506 93a9f4a0e361
parent 8505 dc50108ce188
child 8507 decf329f00cb
coal/paper: simplify margin and padding CSS rules
templates/static/style-coal.css
templates/static/style-paper.css
--- 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;