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