MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: →That will place a temporary campaign/launch/event/whatever image right down the main logo - pretty useful hun? nah: #...") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#n-recentchanges { | |||
#n- | background-image: url(http://reinventdemocracy.info/w/images/undef.jpg); | ||
background-position: top left; | |||
background-repeat: no-repeat; | |||
padding-left: 20px; | |||
} | |||
Revision as of 10:04, 17 June 2015
/* CSS placed here will be applied to all skins */
#n-recentchanges {
background-image: url(http://reinventdemocracy.info/w/images/undef.jpg);
background-position: top left;
background-repeat: no-repeat;
padding-left: 20px;
}