Changed heading colors and some alignments (no longer center and justification in left column)

Docker-DCO-1.1-Signed-off-by: Thatcher Peskens <thatcher@docker.com> (github: dhrp)
This commit is contained in:
Thatcher Peskens 2014-04-15 19:15:13 -07:00
parent b9f66049fa
commit 4d3e448a33
1 changed files with 4 additions and 10 deletions

View File

@ -23,7 +23,7 @@ h6,
font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500; font-weight: 500;
line-height: 1.1; line-height: 1.1;
color: inherit; color: #0e6b8d;
} }
@ -33,15 +33,12 @@ h6,
line-height: 1.8em; line-height: 1.8em;
} }
#content h1 { #content h1 {
color: #FF8100;
padding: 0.5em 0em 0em 0em; padding: 0.5em 0em 0em 0em;
} }
#content h2 { #content h2 {
color: #FFA242;
padding: 0.5em 0em 0.3em 0em; padding: 0.5em 0em 0.3em 0em;
} }
#content h3 { #content h3 {
color: #FFA242;
padding: 0.7em 0em 0.3em 0em; padding: 0.7em 0em 0.3em 0em;
} }
#content ul { #content ul {
@ -352,13 +349,11 @@ h6,
margin: 0px; margin: 0px;
font-size: 1.7em; font-size: 1.7em;
font-weight: bold; font-weight: bold;
color: #4291d1; color: #0e6b8d;
text-align: center;
} }
#toc_table > h3 { #toc_table > h3 {
font-size: 1em; font-size: 1em;
color: #71afc0; color: #0e6b8d;
text-align: center;
} }
#toc_table > #toc_navigation { #toc_table > #toc_navigation {
margin-top: 1.5em !important; margin-top: 1.5em !important;
@ -374,7 +369,7 @@ h6,
padding-bottom: 0px; padding-bottom: 0px;
padding: 0.2em 0.5em; padding: 0.2em 0.5em;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
text-align: justify; text-align: left;
} }
#toc_table > #toc_navigation > li > a { #toc_table > #toc_navigation > li > a {
padding: 0.4em 0.5em 0.4em 0em; padding: 0.4em 0.5em 0.4em 0em;
@ -405,7 +400,6 @@ h6,
} }
#toc_table > #toc_navigation > li.active > a { #toc_table > #toc_navigation > li.active > a {
font-weight: bold;
color: #FF8100; color: #FF8100;
} }
#toc_table .bs-sidenav { #toc_table .bs-sidenav {