MediaWiki:Geshi.css: Difference between revisions
Jump to navigation
Jump to search
with importance. |
Attempt to remove border from source boxes. |
||
Line 4: | Line 4: | ||
{ | { | ||
background-color: #333333 !important; | background-color: #333333 !important; | ||
} | |||
div.mw-geshi { | |||
padding: 1em; | |||
margin: 1em 0; | |||
border: 1px dashed #2f6fab; | |||
background-color: #f9f9f9; | |||
} | } |