]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/kernel-manual/style.css: Changed h2 through h6 styles.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 24 Nov 2010 21:54:25 +0000 (13:54 -0800)
committerSaul Wold <Saul.Wold@intel.com>
Sat, 11 Dec 2010 06:01:11 +0000 (22:01 -0800)
I needed more demarcation for these section titles.  They were not visually
different enough.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/kernel-manual/style.css

index d100b69fc944ff7cd505454974406b72122987e3..e3e2d531f4bbcb7a630589fcfb29472ec98d7a69 100644 (file)
@@ -79,8 +79,9 @@ h2.subtitle {
 h2 {
   margin: 2em 0em 0.66em 0em;
   padding: 0.5em 0em 0em 0em;
-  font-size: 1.5em;
-  font-weight: normal;
+  font-size: 2em;
+  font-weight: bold;
+  color: black;
 }
 
 h3.subtitle {
@@ -93,29 +94,29 @@ h3.subtitle {
 h3 {
   margin: 1em 0em 0.5em 0em;
   padding: 1em 0em 0em 0em;
-  font-size: 140%;
-  font-weight: normal;
+  font-size: 150%;
+  font-weight: bold;
+  color: black;
+  border-bottom: 2px solid black;
 }
 
 h4 {
   margin: 1em 0em 0.5em 0em;
   padding: 1em 0em 0em 0em;
-  font-size: 120%;
-  font-weight: normal;
+  font-size: 130%;
+  border-bottom: 1px solid black;
 }
 
 h5 {
   margin: 1em 0em 0.5em 0em;
   padding: 1em 0em 0em 0em;
-  font-size: 110.000%;
-  border-bottom: 1px solid black;
+  font-size: 120%;
 }
 
 h6 {
   margin: 1em 0em 0em 0em;
   padding: 1em 0em 0em 0em;
   font-size: 100%;
-  font-weight: bold;
 }
 
 .authorgroup {