Difference between revisions of "Team:OLS Canmore AB CA/CSS"
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | /* WIKI SETTINGS*/ | ||
+ | |||
+ | /* Hide first heading */ | ||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /*-- Remove borders, float content left and remove padding/margin */ | ||
+ | #globalWrapper, #content{ | ||
+ | background-color: transparent; | ||
+ | border: 0px; | ||
+ | float: left; | ||
+ | margin:0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | /*left align Black Menu Bar */ | ||
+ | #top_menu_inside { | ||
+ | margin-center: 20px; | ||
+ | } |
Revision as of 19:37, 16 September 2015
/* WIKI SETTINGS*/
/* Hide first heading */ .firstHeading { display: none; }
/*-- Remove borders, float content left and remove padding/margin */ #globalWrapper, #content{ background-color: transparent; border: 0px; float: left; margin:0px; padding: 0px; }
/*left align Black Menu Bar */ #top_menu_inside { margin-center: 20px; }