MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Ffwikiadmin (talk | contribs) No edit summary |
Ffwikiadmin (talk | contribs) 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 */ | ||
img { | |||
max-width:100%; | |||
height:auto; | |||
} | |||
#content { background: url(/images/background.jpg);} | |||
Revision as of 18:03, 24 January 2023
/* CSS placed here will be applied to all skins */
img {
max-width:100%;
height:auto;
}
#content { background: url(/images/background.jpg);}