##// END OF EJS Templates
gitweb, monoblue: fix vertical align of spans in .sourcelines...
av6 -
r26362:3bfc473f default
parent child Browse files
Show More
@@ -96,6 +96,7 b' pre.sourcelines > span {'
96 width: 100%;
96 width: 100%;
97 padding: 0 0 0 5em;
97 padding: 0 0 0 5em;
98 counter-increment: lineno;
98 counter-increment: lineno;
99 vertical-align: top;
99 }
100 }
100 pre.sourcelines > span:before {
101 pre.sourcelines > span:before {
101 -moz-user-select: -moz-none;
102 -moz-user-select: -moz-none;
@@ -270,6 +270,7 b' pre.sourcelines > span {'
270 padding: 0 0 0 5em;
270 padding: 0 0 0 5em;
271 font-size: 1.2em;
271 font-size: 1.2em;
272 counter-increment: lineno;
272 counter-increment: lineno;
273 vertical-align: top;
273 }
274 }
274 div.source > pre.sourcelines > span {
275 div.source > pre.sourcelines > span {
275 padding: 1px 1px 1px 5em;
276 padding: 1px 1px 1px 5em;
@@ -340,7 +340,7 b' static file'
340
340
341 $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
341 $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
342 200 Script output follows
342 200 Script output follows
343 content-length: 6242
343 content-length: 6264
344 content-type: text/css
344 content-type: text/css
345
345
346 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; }
346 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; }
@@ -441,6 +441,7 b' static file'
441 width: 100%;
441 width: 100%;
442 padding: 0 0 0 5em;
442 padding: 0 0 0 5em;
443 counter-increment: lineno;
443 counter-increment: lineno;
444 vertical-align: top;
444 }
445 }
445 pre.sourcelines > span:before {
446 pre.sourcelines > span:before {
446 -moz-user-select: -moz-none;
447 -moz-user-select: -moz-none;
General Comments 0
You need to be logged in to leave comments. Login now