Difference between revisions of "MediaWiki:Common.css"
From Rejection Wiki
Jump to navigationJump to search (Created page with "→CSS placed here will be applied to all skins: blockquote { background-color: #ff9999; border-style: dashed; border-color: #ff0000; }") |
|||
| Line 4: | Line 4: | ||
border-style: dashed; | border-style: dashed; | ||
border-color: #ff0000; | border-color: #ff0000; | ||
| + | border-width: 1px; | ||
} | } | ||
Revision as of 11:45, 23 June 2011
/* CSS placed here will be applied to all skins */
blockquote {
background-color: #ff9999;
border-style: dashed;
border-color: #ff0000;
border-width: 1px;
}