Show More
@@ -74,6 +74,7 b' div#hint {' | |||
|
74 | 74 | background: #ffc; |
|
75 | 75 | border: 1px solid yellow; |
|
76 | 76 | border-radius: 5px; |
|
77 | z-index: 15; | |
|
77 | 78 | } |
|
78 | 79 | |
|
79 | 80 | #searchform:hover div#hint { display: block; } |
@@ -90,6 +90,7 b' form.search div#hint {' | |||
|
90 | 90 | font-size: 70%; |
|
91 | 91 | border: 1px solid yellow; |
|
92 | 92 | border-radius: 5px; |
|
93 | z-index: 15; | |
|
93 | 94 | } |
|
94 | 95 | |
|
95 | 96 | form.search:hover div#hint { display: block; } |
@@ -336,7 +336,7 b' static file' | |||
|
336 | 336 | |
|
337 | 337 | $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server |
|
338 | 338 | 200 Script output follows |
|
339 |
content-length: 90 |
|
|
339 | content-length: 9074 | |
|
340 | 340 | content-type: text/css |
|
341 | 341 | |
|
342 | 342 | body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; } |
@@ -415,6 +415,7 b' static file' | |||
|
415 | 415 | background: #ffc; |
|
416 | 416 | border: 1px solid yellow; |
|
417 | 417 | border-radius: 5px; |
|
418 | z-index: 15; | |
|
418 | 419 | } |
|
419 | 420 | |
|
420 | 421 | #searchform:hover div#hint { display: block; } |
General Comments 0
You need to be logged in to leave comments.
Login now