Mercurial > hg
changeset 35464:6915f6a40283
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.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 21 Dec 2017 21:35:20 +0800 |
parents | ef7e667a4f7b |
children | 3bb1a647ab42 |
files | mercurial/templates/static/style-paper.css |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }