MediaWiki:Vector.css: Difference between revisions
From Halachipedia
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
display:none; | display:none; | ||
} | } | ||
img { max-width: 100%; height: auto; width: auto | img { max-width: 100%; height: auto; width: auto; /* ie8 */ } | ||
Revision as of 14:57, 13 September 2013
/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page #siteNotice {
display:none;
}
body.page-Main_Page #contentSub {
display:none;
}
img { max-width: 100%; height: auto; width: auto; /* ie8 */ }