comparison mercurial/templates/static/style-paper.css @ 19492:dfc0fe1541d9 stable

paper: fix rendering of the first tab in a line in Webkit (issue3990) This fixes issue3990 for Webkit-browsers, and also older Opera versions. Rendering in firefox is not changed.
author Alexander Plavin <me@aplavin.ru>
date Sun, 21 Jul 2013 18:50:54 +0400
parents fbfe5748ef3e
children b5c601035005
comparison
equal deleted inserted replaced
19491:e111d5e6bbbd 19492:dfc0fe1541d9
248 margin-right: 1em; 248 margin-right: 1em;
249 font-size: smaller; 249 font-size: smaller;
250 color: #999; 250 color: #999;
251 text-align: right; 251 text-align: right;
252 content: counters(lineno, "."); 252 content: counters(lineno, ".");
253 float: left;
253 } 254 }
254 255
255 .sourcelines > span:target, tr:target td { 256 .sourcelines > span:target, tr:target td {
256 background-color: #bfdfff; 257 background-color: #bfdfff;
257 } 258 }