diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-24 13:54:25 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:11 -0800 |
commit | 7dbdd91eb997fa215a99eb51b1c4c39d8f29c099 (patch) | |
tree | cecc1a03ad8cabf1617236420dc7279c0fdd953a /documentation | |
parent | 5b10a72004e3474bbab7fe7f0474b40f45e9aed8 (diff) | |
download | openembedded-core-7dbdd91eb997fa215a99eb51b1c4c39d8f29c099.tar.gz openembedded-core-7dbdd91eb997fa215a99eb51b1c4c39d8f29c099.tar.bz2 openembedded-core-7dbdd91eb997fa215a99eb51b1c4c39d8f29c099.zip |
documentation/kernel-manual/style.css: Changed h2 through h6 styles.
I needed more demarcation for these section titles. They were not visually
different enough.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/kernel-manual/style.css | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/documentation/kernel-manual/style.css b/documentation/kernel-manual/style.css index d100b69fc9..e3e2d531f4 100644 --- a/documentation/kernel-manual/style.css +++ b/documentation/kernel-manual/style.css @@ -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 { |