m |
m |
||
Line 227: | Line 227: | ||
/* styling for the titles */ | /* styling for the titles */ | ||
− | /*.content_wrapper*/ h1, /*.content_wrapper*/ h2 { | + | /*.content_wrapper*/ .content h1, /*.content_wrapper*/ .content h2 { |
padding:5px 15px; | padding:5px 15px; | ||
border-bottom:0px; | border-bottom:0px; | ||
Line 233: | Line 233: | ||
} | } | ||
− | /*.content_wrapper*/ h3, /*.content_wrapper*/ h4, /*.content_wrapper*/ h5, /*.content_wrapper*/ h6 { | + | /*.content_wrapper*/ .content h3, /*.content_wrapper*/ .content h4, /*.content_wrapper*/ .content h5, /*.content_wrapper*/ .content h6 { |
padding:5px 15px; | padding:5px 15px; | ||
border-bottom:0px; | border-bottom:0px; | ||
Line 241: | Line 241: | ||
/* font and text */ | /* font and text */ | ||
− | /*.content_wrapper*/ p { | + | /*.content_wrapper*/ .content p { |
padding:0px 15px; | padding:0px 15px; | ||
font-size: 13px; | font-size: 13px; | ||
Line 248: | Line 248: | ||
/* Links */ | /* Links */ | ||
− | /*.content_wrapper*/ a { | + | /*.content_wrapper*/ .content a { |
font-weight: bold; | font-weight: bold; | ||
text-decoration: underline; | text-decoration: underline; | ||
Line 261: | Line 261: | ||
/* hover for the links */ | /* hover for the links */ | ||
− | /*.content_wrapper*/ a:hover { | + | /*.content_wrapper*/ .content a:hover { |
text-decoration:none; | text-decoration:none; | ||
color:#000000; | color:#000000; | ||
Line 267: | Line 267: | ||
/* non numbered lists */ | /* non numbered lists */ | ||
− | /*.content_wrapper*/ ul { | + | /*.content_wrapper*/ .content ul { |
padding:0px 20px; | padding:0px 20px; | ||
font-size: 13px; | font-size: 13px; | ||
Line 274: | Line 274: | ||
/* numbered lists */ | /* numbered lists */ | ||
− | /*.content_wrapper*/ ol { | + | /*.content_wrapper*/ .content ol { |
padding:0px; | padding:0px; | ||
font-size: 13px; | font-size: 13px; | ||
Line 449: | Line 449: | ||
− | <div class="content_wrapper"> | + | <!--<div class="content_wrapper">--> |
Revision as of 01:36, 17 June 2016