# HG changeset patch # User Anton Shestakov # Date 1513863320 -28800 # Node ID 6915f6a4028363a0f8a64f93e088fd5189d6cd0c # Parent ef7e667a4f7b81baa6c48500a7303f899ac71811 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 ) ignore margins anyway. diff -r ef7e667a4f7b -r 6915f6a40283 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; }