Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | pre {background-color:#d9edf7; | + | pre { |
+ | background-color:#d9edf7; | ||
border-radius:5px; | border-radius:5px; | ||
+ | border: none; | ||
} | } |
Revision as of 15:05, 30 June 2017
/* CSS placed here will be applied to all skins */ pre { background-color:#d9edf7; border-radius:5px; border: none; }