Line 247: | Line 247: | ||
/* styling for the titles h1 h2 */ | /* styling for the titles h1 h2 */ | ||
− | .igem_2017_content_wrapper h1 | + | .igem_2017_content_wrapper h1 { |
padding:5px 15px; | padding:5px 15px; | ||
border-bottom: 0px; | border-bottom: 0px; | ||
color: #003366; | color: #003366; | ||
} | } | ||
+ | |||
+ | /* styling for the titles h2 */ | ||
+ | .igem_2017_content_wrapper h2 { | ||
+ | padding:5px 15px; | ||
+ | border-bottom: 0px; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
Revision as of 19:51, 26 June 2017
//--------------------------------------------------------------------------------------------//