Line 2: | Line 2: | ||
<style> | <style> | ||
@charset "UTF-8"; | @charset "UTF-8"; | ||
+ | |||
+ | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
+ | display:none;} | ||
+ | #top-section { | ||
+ | border: none; | ||
+ | height: 0px;} | ||
+ | #content { | ||
+ | border: none;} | ||
+ | |||
+ | /* Removes "teams" from the menubar */ | ||
+ | #menubar > ul > li:last-child { | ||
+ | display: none;} | ||
+ | /* Resizes the menubar to fik the links (default is 400px) */ | ||
+ | #menubar { | ||
+ | width: auto;} | ||
+ | |||
.navbar { | .navbar { | ||
position:fixed;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */ | position:fixed;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */ |
Revision as of 11:15, 27 October 2017