comparison mercurial/templates/static/style-paper.css @ 19459:fbfe5748ef3e

hgweb: highlight line which is linked to at comparison view
author Alexander Plavin <me@aplavin.ru>
date Sat, 13 Jul 2013 17:32:54 +0400
parents 5e518418738e
children dfc0fe1541d9
comparison
equal deleted inserted replaced
19458:5e518418738e 19459:fbfe5748ef3e
250 color: #999; 250 color: #999;
251 text-align: right; 251 text-align: right;
252 content: counters(lineno, "."); 252 content: counters(lineno, ".");
253 } 253 }
254 254
255 .sourcelines > span:target { 255 .sourcelines > span:target, tr:target td {
256 background-color: #bfdfff; 256 background-color: #bfdfff;
257 } 257 }
258 258
259 .sourcelines > a { 259 .sourcelines > a {
260 display: inline-block; 260 display: inline-block;