comparison mercurial/templates/static/style-paper.css @ 26245:d53212d70893

hgweb: replace .sourcelast with .bottomline that does the same In paper and Coal, basically, div.sourcelast was only used to make a 1px border on the bottom of file source view (and only there). It's better to use bottomline class, that also exists for the same purpose (visually), but is used more widely and works without needing an empty <div>.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 14 Sep 2015 18:41:09 +0800
parents 811a1842cfe5
children 52642e12e7b3
comparison
equal deleted inserted replaced
26244:399e970e35c8 26245:d53212d70893
207 .bigtable .size { width: 5em; text-align: right; } 207 .bigtable .size { width: 5em; text-align: right; }
208 .bigtable .annotate { text-align: right; } 208 .bigtable .annotate { text-align: right; }
209 .bigtable td.annotate { font-size: smaller; } 209 .bigtable td.annotate { font-size: smaller; }
210 .bigtable td.source { font-size: inherit; } 210 .bigtable td.source { font-size: inherit; }
211 211
212 .source, .sourcefirst, .sourcelast { 212 .source, .sourcefirst {
213 font-family: monospace; 213 font-family: monospace;
214 white-space: pre; 214 white-space: pre;
215 padding: 1px 4px; 215 padding: 1px 4px;
216 font-size: 90%; 216 font-size: 90%;
217 } 217 }
218 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; } 218 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; }
219 .sourcelast { border-top: 1px solid #999; }
220 .source a { color: #999; font-size: smaller; font-family: monospace;} 219 .source a { color: #999; font-size: smaller; font-family: monospace;}
221 .bottomline { border-bottom: 1px solid #999; } 220 .bottomline { border-bottom: 1px solid #999; }
222 221
223 .sourcelines { 222 .sourcelines {
224 font-size: 90%; 223 font-size: 90%;