summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-11-24 13:54:25 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-12-10 22:01:11 -0800
commit7dbdd91eb997fa215a99eb51b1c4c39d8f29c099 (patch)
treececc1a03ad8cabf1617236420dc7279c0fdd953a /documentation/kernel-manual
parent5b10a72004e3474bbab7fe7f0474b40f45e9aed8 (diff)
downloadast2050-yocto-poky-7dbdd91eb997fa215a99eb51b1c4c39d8f29c099.zip
ast2050-yocto-poky-7dbdd91eb997fa215a99eb51b1c4c39d8f29c099.tar.gz
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/kernel-manual')
-rw-r--r--documentation/kernel-manual/style.css19
1 files changed, 10 insertions, 9 deletions
diff --git a/documentation/kernel-manual/style.css b/documentation/kernel-manual/style.css
index d100b69..e3e2d53 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 {
OpenPOWER on IntegriCloud