##// END OF EJS Templates
hgweb: color line which is linked to in file source view...
Alexander Plavin -
r19389:41c4bdd1 default
parent child Browse files
Show More
@@ -240,6 +240,10 b' h3 {'
240 .sourcelines > span:nth-child(4n+1) { background-color: #f0f0f0; }
240 .sourcelines > span:nth-child(4n+1) { background-color: #f0f0f0; }
241 .sourcelines > span:nth-child(4n+3) { background-color: white; }
241 .sourcelines > span:nth-child(4n+3) { background-color: white; }
242
242
243 .sourcelines > span:target {
244 background-color: #ffff99;
245 }
246
243 .sourcelines > a {
247 .sourcelines > a {
244 display: inline-block;
248 display: inline-block;
245 position: absolute;
249 position: absolute;
General Comments 0
You need to be logged in to leave comments. Login now