Benutzer:Joe-le/wikia.css: Unterschied zwischen den Versionen
imported>Joe-le (Entferne Revision 407852 von Joe-le (Diskussion)) |
imported>Joe-le |
||
Zeile 2: | Zeile 2: | ||
.WikiaPage { | .WikiaPage { | ||
width: 1200px !important; | width: 1200px !important; | ||
+ | } | ||
+ | |||
+ | /** Let content be full-width after Rail has been removed **/ | ||
+ | .WikiaMainContent { | ||
+ | width: 100% !important; | ||
} | } |
Version vom 17. November 2010, 23:23 Uhr
/** Change width of page to a different fixed value **/
.WikiaPage {
width: 1200px !important;
}
/** Let content be full-width after Rail has been removed **/
.WikiaMainContent {
width: 100% !important;
}