Fossil SCM
Collected two wiki-related CSS items to keep the diff relative to trunk smaller.
Commit
58fa5819f5044a5ab9075ba29972edae6e5424b665af7320c4cd3c3bb975928d
Parent
235aaa02cf272c1…
1 file changed
+13
-9
+13
-9
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -150,15 +150,10 @@ | ||
| 150 | 150 | |
| 151 | 151 | hr { |
| 152 | 152 | color: #eee; |
| 153 | 153 | } |
| 154 | 154 | |
| 155 | -/* Wiki <verbatim> text block adjustments */ | |
| 156 | -pre.verbatim { | |
| 157 | - white-space: pre-wrap; | |
| 158 | -} | |
| 159 | - | |
| 160 | 155 | |
| 161 | 156 | /* Page footer */ |
| 162 | 157 | |
| 163 | 158 | .footer { |
| 164 | 159 | border-top: 1px solid #ccc; |
| @@ -182,14 +177,10 @@ | ||
| 182 | 177 | @keyframes sel-fade { |
| 183 | 178 | from { background-color: #cef; } |
| 184 | 179 | to { background-color: white; } |
| 185 | 180 | } |
| 186 | 181 | |
| 187 | -textarea.wikiedit { | |
| 188 | - font-size: 1em; /* monospace fonts tend to be smaller; compensate */ | |
| 189 | -} | |
| 190 | - | |
| 191 | 182 | .forum form input { |
| 192 | 183 | margin: 0.5em 0; |
| 193 | 184 | } |
| 194 | 185 | |
| 195 | 186 | |
| @@ -372,10 +363,23 @@ | ||
| 372 | 363 | .doc > .content td { |
| 373 | 364 | padding-bottom: 4px; |
| 374 | 365 | padding-right: 6px; |
| 375 | 366 | text-align: left; |
| 376 | 367 | } |
| 368 | + | |
| 369 | +/* Wiki adjustments */ | |
| 370 | +pre.verbatim { | |
| 371 | + /* keep code examples from crashing into sidebars, etc. */ | |
| 372 | + white-space: pre-wrap; | |
| 373 | +} | |
| 374 | +textarea.wikiedit { | |
| 375 | + /* Monospace fonts tend to have smaller x-heights; compensate. | |
| 376 | + * Can't do this generally because not all fonts have this problem. | |
| 377 | + * A textarea stands alone, whereas inline <code> has to work with | |
| 378 | + * the browser's choice of sans-serif proportional font. */ | |
| 379 | + font-size: 1.1em; | |
| 380 | +} | |
| 377 | 381 | |
| 378 | 382 | |
| 379 | 383 | /* Tickets */ |
| 380 | 384 | |
| 381 | 385 | table.report { |
| 382 | 386 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -150,15 +150,10 @@ | |
| 150 | |
| 151 | hr { |
| 152 | color: #eee; |
| 153 | } |
| 154 | |
| 155 | /* Wiki <verbatim> text block adjustments */ |
| 156 | pre.verbatim { |
| 157 | white-space: pre-wrap; |
| 158 | } |
| 159 | |
| 160 | |
| 161 | /* Page footer */ |
| 162 | |
| 163 | .footer { |
| 164 | border-top: 1px solid #ccc; |
| @@ -182,14 +177,10 @@ | |
| 182 | @keyframes sel-fade { |
| 183 | from { background-color: #cef; } |
| 184 | to { background-color: white; } |
| 185 | } |
| 186 | |
| 187 | textarea.wikiedit { |
| 188 | font-size: 1em; /* monospace fonts tend to be smaller; compensate */ |
| 189 | } |
| 190 | |
| 191 | .forum form input { |
| 192 | margin: 0.5em 0; |
| 193 | } |
| 194 | |
| 195 | |
| @@ -372,10 +363,23 @@ | |
| 372 | .doc > .content td { |
| 373 | padding-bottom: 4px; |
| 374 | padding-right: 6px; |
| 375 | text-align: left; |
| 376 | } |
| 377 | |
| 378 | |
| 379 | /* Tickets */ |
| 380 | |
| 381 | table.report { |
| 382 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -150,15 +150,10 @@ | |
| 150 | |
| 151 | hr { |
| 152 | color: #eee; |
| 153 | } |
| 154 | |
| 155 | |
| 156 | /* Page footer */ |
| 157 | |
| 158 | .footer { |
| 159 | border-top: 1px solid #ccc; |
| @@ -182,14 +177,10 @@ | |
| 177 | @keyframes sel-fade { |
| 178 | from { background-color: #cef; } |
| 179 | to { background-color: white; } |
| 180 | } |
| 181 | |
| 182 | .forum form input { |
| 183 | margin: 0.5em 0; |
| 184 | } |
| 185 | |
| 186 | |
| @@ -372,10 +363,23 @@ | |
| 363 | .doc > .content td { |
| 364 | padding-bottom: 4px; |
| 365 | padding-right: 6px; |
| 366 | text-align: left; |
| 367 | } |
| 368 | |
| 369 | /* Wiki adjustments */ |
| 370 | pre.verbatim { |
| 371 | /* keep code examples from crashing into sidebars, etc. */ |
| 372 | white-space: pre-wrap; |
| 373 | } |
| 374 | textarea.wikiedit { |
| 375 | /* Monospace fonts tend to have smaller x-heights; compensate. |
| 376 | * Can't do this generally because not all fonts have this problem. |
| 377 | * A textarea stands alone, whereas inline <code> has to work with |
| 378 | * the browser's choice of sans-serif proportional font. */ |
| 379 | font-size: 1.1em; |
| 380 | } |
| 381 | |
| 382 | |
| 383 | /* Tickets */ |
| 384 | |
| 385 | table.report { |
| 386 |