Line 9: | Line 9: | ||
#content { | #content { | ||
border: none;} | 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;} | ||
.testClass { | .testClass { |
Revision as of 09:47, 9 July 2018