comparison mercurial/templates/static/style-gitweb.css @ 26363:f29ee23bf361

gitweb, monoblue: port highlighting linked lines from paper This is adapted from 41c4bdd1d585, fbfe5748ef3e and f3393d458bf5.
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 25 Sep 2015 12:38:20 +0800
parents 3bfc473f4d33
children 93a3687a94d7
comparison
equal deleted inserted replaced
26362:3bfc473f4d33 26363:f29ee23bf361
117 position: absolute; 117 position: absolute;
118 left: 0px; 118 left: 0px;
119 width: 4em; 119 width: 4em;
120 height: 1em; 120 height: 1em;
121 } 121 }
122 tr:target td,
123 pre.sourcelines > span:target,
124 pre.sourcelines.stripes > span:target {
125 background-color: #bfdfff;
126 }
122 127
123 /* Graph */ 128 /* Graph */
124 div#wrapper { 129 div#wrapper {
125 position: relative; 130 position: relative;
126 margin: 0; 131 margin: 0;