##// END OF EJS Templates
gitweb: use monospace font for commit messages...
Gregory Szorc -
r31625:c208bc65 default
parent child Browse files
Show More
@@ -7,7 +7,7 b''
7 </div>
7 </div>
8 <i>{author|obfuscate} [{date|rfc822date}] rev {rev}</i><br/>
8 <i>{author|obfuscate} [{date|rfc822date}] rev {rev}</i><br/>
9 </div>
9 </div>
10 <div class="log_body">
10 <div class="log_body description">
11 {desc|strip|escape|websub|addbreaks|nonempty}
11 {desc|strip|escape|websub|addbreaks|nonempty}
12 <br/>
12 <br/>
13 <br/>
13 <br/>
@@ -43,7 +43,7 b' changeset |'
43 {child%changesetchild}
43 {child%changesetchild}
44 </table></div>
44 </table></div>
45
45
46 <div class="page_body">
46 <div class="page_body description">
47 {desc|strip|escape|websub|addbreaks|nonempty}
47 {desc|strip|escape|websub|addbreaks|nonempty}
48 </div>
48 </div>
49 <div class="list_head"></div>
49 <div class="list_head"></div>
@@ -59,7 +59,7 b' annotate |'
59 </table>
59 </table>
60 </div>
60 </div>
61
61
62 <div class="page_path">
62 <div class="page_path description">
63 {desc|strip|escape|websub|addbreaks|nonempty}
63 {desc|strip|escape|websub|addbreaks|nonempty}
64 </div>
64 </div>
65 <div class="page_body">
65 <div class="page_body">
@@ -59,7 +59,7 b' file |'
59 </table>
59 </table>
60 </div>
60 </div>
61
61
62 <div class="page_path">
62 <div class="page_path description">
63 {desc|strip|escape|websub|addbreaks|nonempty}
63 {desc|strip|escape|websub|addbreaks|nonempty}
64 </div>
64 </div>
65
65
@@ -145,6 +145,10 b' pre.sourcelines.stripes > span:target {'
145 background-color: #bfdfff;
145 background-color: #bfdfff;
146 }
146 }
147
147
148 .description {
149 font-family: monospace;
150 }
151
148 /* Graph */
152 /* Graph */
149 div#wrapper {
153 div#wrapper {
150 position: relative;
154 position: relative;
@@ -337,7 +337,7 b' static file'
337
337
338 $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
338 $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
339 200 Script output follows
339 200 Script output follows
340 content-length: 6986
340 content-length: 7032
341 content-type: text/css
341 content-type: text/css
342
342
343 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
343 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
@@ -487,6 +487,10 b' static file'
487 background-color: #bfdfff;
487 background-color: #bfdfff;
488 }
488 }
489
489
490 .description {
491 font-family: monospace;
492 }
493
490 /* Graph */
494 /* Graph */
491 div#wrapper {
495 div#wrapper {
492 position: relative;
496 position: relative;
General Comments 0
You need to be logged in to leave comments. Login now