MediaWiki:Printvec.css: Unterschied zwischen den Versionen
Aus WikiReal
(Format) |
K (Typo) |
||
Zeile 24: | Zeile 24: | ||
} | } | ||
div#content { | div#content { | ||
− | + | border-bottom: 0px; | |
} | } | ||
Version vom 12. Dezember 2015, 22:14 Uhr
/** Hide top navigation **/ div#mw-page-base { display: none; } div#mw-head-base { display: none; } div#mw-navigation { display: none; } /** Hide sidebar **/ div#mw-panel { display: none; } #left-navigation { left: 0em; } #mw-head-base, div#content, div#footer { margin-left: 0em; border-left: 0px; } div#content { border-bottom: 0px; } div#footer { display: none; }