Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: blockquote.quote { background-color: #DDDDDD; border: dashed thin; padding: 5px }") |
|||
Line 4: | Line 4: | ||
background-color: #DDDDDD; | background-color: #DDDDDD; | ||
border: dashed thin; | border: dashed thin; | ||
padding: | padding: 10px; | ||
} | } |
Revision as of 04:51, 21 January 2013
/* CSS placed here will be applied to all skins */ blockquote.quote { background-color: #DDDDDD; border: dashed thin; padding: 10px; }