Common.css: Difference between revisions
From CPUlator Wiki
Created page with "→CSS placed here will be applied to all skins: .mw-highlight pre { font-size: 13px; line-height: 1.167; }" |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
.mw-highlight pre { | .mw-highlight pre { | ||
font-size: 13px; | font-size: 13px; | ||
line-height: 1. | line-height: 1.25; | ||
padding-left: 24px; | |||
} | |||
.mw-highlight pre span.lineno { | |||
color: #fff; | |||
background-color: #d8d8d8; | |||
margin-right: 0.5em; | |||
margin-left: -24px; | |||
padding-left: 4px; | |||
} | |||
span.subpages { | |||
font-size: 12px; | |||
} | } |