MediaWiki:Vector.css: Difference between revisions

From Halachipedia
No edit summary
No edit summary
Line 7: Line 7:
}
}
a[title=Main Page]:first-child {
a[title=Main Page]:first-child {
width: 100%;
max-width: 100%; height: auto; width: 100%;
}
}

Revision as of 15:25, 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;
}
a[title=Main Page]:first-child {
max-width: 100%; height: auto; width: 100%;
}