paper: minor adjustments to table styles
authorAnton Shestakov <av6@dwimlabs.net>
Thu, 21 Dec 2017 21:35:20 +0800
changeset 35464 6915f6a40283
parent 35463 ef7e667a4f7b
child 35465 3bb1a647ab42
paper: minor adjustments to table styles Adding a bit of padding to table columns on e.g. /log means content and headers are better aligned: headers already have this padding. Right margin is removed from #changesetEntry th because elements with display: table-cell (such as <th>) ignore margins anyway.
mercurial/templates/static/style-paper.css
--- a/mercurial/templates/static/style-paper.css	Wed Dec 20 17:22:16 2017 -0600
+++ b/mercurial/templates/static/style-paper.css	Thu Dec 21 21:35:20 2017 +0800
@@ -213,6 +213,7 @@
 }
 
 .bigtable td {
+  padding: 1px 4px;
   vertical-align: top;
 }
 
@@ -431,7 +432,6 @@
   text-align: right;
   font-weight: normal;
   color: #999;
-  margin-right: .5em;
   vertical-align: top;
 }