Benutzer:Joe-le/wikia.css: Unterschied zwischen den Versionen

aus Memory Alpha, der freien deutschen Star-Trek-Datenbank
Spring zu: Navigation, suche
imported>Joe-le
imported>Joe-le
Zeile 1: Zeile 1:
/** Change width of page to a different fixed value **/
 
.WikiaPage {
 
  width: 1200px !important;
 
}
 
 
 
/** Let content be full-width after Rail has been removed **/
 
/** Let content be full-width after Rail has been removed **/
 
.WikiaMainContent {
 
.WikiaMainContent {
 
   width: 100% !important;
 
   width: 100% !important;
 
}
 
}

Version vom 17. November 2010, 23:24 Uhr

/** Let content be full-width after Rail has been removed **/
.WikiaMainContent {
  width: 100% !important;
}