MediaWiki:Geshi.css: Difference between revisions
Jump to navigation
Jump to search
Proper background color. |
source background color not as dark. |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
.mw-geshi | .mw-geshi | ||
{ | { | ||
padding: | padding: 3px; | ||
margin: 0; | margin: 0; | ||
border-width: 0; | border-width: 0; | ||
background-color: # | background-color: #f8f8f8; | ||
font: normal normal 1.2em monospace; | font: normal normal 1.2em monospace; | ||
} | } |