Browse code

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)

Thatcher Peskens authored on 2014/04/16 11:15:13
Showing 1 changed files
... ...
@@ -23,7 +23,7 @@ h6,
23 23
   font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
24 24
   font-weight: 500;
25 25
   line-height: 1.1;
26
-  color: inherit;
26
+  color: #0e6b8d;
27 27
 }
28 28
 
29 29
 
... ...
@@ -33,15 +33,12 @@ h6,
33 33
   line-height: 1.8em;
34 34
 }
35 35
 #content h1 {
36
-  color: #FF8100;
37 36
   padding: 0.5em 0em 0em 0em;
38 37
 }
39 38
 #content h2 {
40
-  color: #FFA242;
41 39
   padding: 0.5em 0em 0.3em 0em;
42 40
 }
43 41
 #content h3 {
44
-  color: #FFA242;
45 42
   padding: 0.7em 0em 0.3em 0em;
46 43
 }
47 44
 #content ul {
... ...
@@ -352,13 +349,11 @@ h6,
352 352
   margin: 0px;
353 353
   font-size: 1.7em;
354 354
   font-weight: bold;
355
-  color: #4291d1;
356
-  text-align: center;
355
+  color: #0e6b8d;
357 356
 }
358 357
 #toc_table > h3 {
359 358
   font-size: 1em;
360
-  color: #71afc0;
361
-  text-align: center;
359
+  color: #0e6b8d;
362 360
 }
363 361
 #toc_table > #toc_navigation {
364 362
   margin-top: 1.5em !important;
... ...
@@ -374,7 +369,7 @@ h6,
374 374
   padding-bottom: 0px;
375 375
   padding: 0.2em 0.5em;
376 376
   border-bottom: 1px solid #ddd;
377
-  text-align: justify;
377
+  text-align: left;
378 378
 }
379 379
 #toc_table > #toc_navigation > li > a {
380 380
   padding: 0.4em 0.5em 0.4em 0em;
... ...
@@ -405,7 +400,6 @@ h6,
405 405
 }
406 406
 
407 407
 #toc_table > #toc_navigation > li.active > a {
408
-  font-weight: bold;
409 408
   color: #FF8100;
410 409
 }
411 410
 #toc_table .bs-sidenav {