Fossil SCM
The increased line-height CSS for "code" blocks is now reflected into the line number column in /file?ln views, keeping the two in sync.
Commit
d745752649265e148307ba1f63b8fbe6daddc7c9e8b39360ebb3b0af67247c0a
Parent
b1f6753c6766123…
1 file changed
+1
-1
+1
-1
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -313,11 +313,11 @@ | ||
| 313 | 313 | .wiki > .content > .markdown > p > tt, |
| 314 | 314 | .wiki > .content > .markdown > p > var { |
| 315 | 315 | background-color: #eee; |
| 316 | 316 | padding: 0 4px; |
| 317 | 317 | } |
| 318 | -.content pre { | |
| 318 | +.content pre, table.numbered-lines > tbody > tr { | |
| 319 | 319 | hyphens: none; |
| 320 | 320 | line-height: 1.25; |
| 321 | 321 | } |
| 322 | 322 | |
| 323 | 323 | .content .pikchr-wrapper { |
| 324 | 324 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -313,11 +313,11 @@ | |
| 313 | .wiki > .content > .markdown > p > tt, |
| 314 | .wiki > .content > .markdown > p > var { |
| 315 | background-color: #eee; |
| 316 | padding: 0 4px; |
| 317 | } |
| 318 | .content pre { |
| 319 | hyphens: none; |
| 320 | line-height: 1.25; |
| 321 | } |
| 322 | |
| 323 | .content .pikchr-wrapper { |
| 324 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -313,11 +313,11 @@ | |
| 313 | .wiki > .content > .markdown > p > tt, |
| 314 | .wiki > .content > .markdown > p > var { |
| 315 | background-color: #eee; |
| 316 | padding: 0 4px; |
| 317 | } |
| 318 | .content pre, table.numbered-lines > tbody > tr { |
| 319 | hyphens: none; |
| 320 | line-height: 1.25; |
| 321 | } |
| 322 | |
| 323 | .content .pikchr-wrapper { |
| 324 |