Fossil SCM
Removed extra space around pre.verbatim blocks in wiki output; plain "pre" has space already, and the extra means that if you use them both on the same page, you see the difference.
Commit
06dfb683028e25a1e558ecd474dca4bade9edfede30b4ff8569c3c8f1f3a7687
Parent
2da64ba4ac99e6b…
1 file changed
-1
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -139,11 +139,10 @@ | ||
| 139 | 139 | color: #eee; |
| 140 | 140 | } |
| 141 | 141 | |
| 142 | 142 | /* Wiki <verbatim> text block adjustments */ |
| 143 | 143 | pre.verbatim { |
| 144 | - padding: 0.5em; | |
| 145 | 144 | white-space: pre-wrap; |
| 146 | 145 | } |
| 147 | 146 | |
| 148 | 147 | |
| 149 | 148 | /* Page footer */ |
| 150 | 149 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -139,11 +139,10 @@ | |
| 139 | color: #eee; |
| 140 | } |
| 141 | |
| 142 | /* Wiki <verbatim> text block adjustments */ |
| 143 | pre.verbatim { |
| 144 | padding: 0.5em; |
| 145 | white-space: pre-wrap; |
| 146 | } |
| 147 | |
| 148 | |
| 149 | /* Page footer */ |
| 150 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -139,11 +139,10 @@ | |
| 139 | color: #eee; |
| 140 | } |
| 141 | |
| 142 | /* Wiki <verbatim> text block adjustments */ |
| 143 | pre.verbatim { |
| 144 | white-space: pre-wrap; |
| 145 | } |
| 146 | |
| 147 | |
| 148 | /* Page footer */ |
| 149 |