117
edits
mNo edit summary |
(trying to get titles back) |
||
Line 4: | Line 4: | ||
/*Begin - the following has been added to reduce 'down-shifting' of text after header has been installed. */ | /*Begin - the following has been added to reduce 'down-shifting' of text after header has been installed. */ | ||
.mw-body .firstHeading { / | /* .mw-body .firstHeading { | ||
// this gets rid of the 'flash' of 'Main Page' on the home page, when the page is loading. | |||
display:none; | display:none; | ||
} | } | ||
h1#firstHeading { / | h1#firstHeading { // removes the wiki page title from the top of the screen | ||
display: none; | display: none; | ||
} | } | ||
*/ | |||
/*************** end downshifting code ****************/ | /*************** end downshifting code ****************/ | ||
edits