summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-style.css
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-12-17 17:56:26 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 15:59:05 +0000
commitd0858ccb33a68d4bd2b34159e71bb2489f9c4728 (patch)
tree5d52f7634218c54a0631624c2b5a291cce270c57 /documentation/kernel-dev/kernel-dev-style.css
parent6833ec86ac84d24e05ed3712f6cfcdb38a4dd01a (diff)
downloadast2050-yocto-poky-d0858ccb33a68d4bd2b34159e71bb2489f9c4728.zip
ast2050-yocto-poky-d0858ccb33a68d4bd2b34159e71bb2489f9c4728.tar.gz
kernel-dev: Updates to get the new kernel-dev manual to make
These changes were to the intro chapter to introduce the DocBook form, the Makefile to introduce the new manual, the figure used for the title had to be updated, the root manual .XML file needed changed, and the style sheet. The manual now makes with just the raw text for Darren's intro section. (From yocto-docs rev: 1bceb7bdd4fe5773c11c7ddbdae00554680bbf6d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-style.css')
-rw-r--r--documentation/kernel-dev/kernel-dev-style.css37
1 files changed, 18 insertions, 19 deletions
diff --git a/documentation/kernel-dev/kernel-dev-style.css b/documentation/kernel-dev/kernel-dev-style.css
index a90d4af..52be143 100644
--- a/documentation/kernel-dev/kernel-dev-style.css
+++ b/documentation/kernel-dev/kernel-dev-style.css
@@ -1,6 +1,6 @@
-/*
+/*
Generic XHTML / DocBook XHTML CSS Stylesheet.
-
+
Browser wrangling and typographic design by
Oyvind Kolas / pippin@gimp.org
@@ -42,7 +42,7 @@
body {
font-family: Verdana, Sans, sans-serif;
-
+
min-width: 640px;
width: 80%;
margin: 0em auto;
@@ -118,7 +118,7 @@ h6 {
background-color: transparent;
background-repeat: no-repeat;
padding-top: 256px;
- background-image: url("figures/kernel-title.png");
+ background-image: url("figures/kernel-dev-title.png");
background-position: left top;
margin-top: -256px;
padding-right: 50px;
@@ -243,7 +243,7 @@ div.legalnotice p.legalnotice-title {
p {
line-height: 1.5em;
margin-top: 0em;
-
+
}
dl {
@@ -297,7 +297,7 @@ p a[id] {
padding: 0px;
display: inline;
background-image: none;
-}
+}
a {
text-decoration: underline;
@@ -338,10 +338,10 @@ div.table p.title b{
font-weight: normal;
}
-.mediaobject .caption,
+.mediaobject .caption,
.mediaobject .caption p {
text-align: center;
- font-size: 80%;
+ font-size: 80%;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
@@ -604,7 +604,7 @@ b.keycap,
.keycap {
border: 1px solid;
}
-
+
div.navheader, div.heading{
border-bottom: 1px solid;
@@ -675,10 +675,10 @@ hr {
}
.note {
- background-color: #f0f0f2;
+ background-color: #f0f0f2;
}
-.glossary dl dt,
+.glossary dl dt,
.variablelist dl dt,
.variablelist dl dt span.term {
color: #044;
@@ -778,10 +778,10 @@ div.article .titlepage .title
}
*/
-div.preface .titlepage .title,
-div.colophon .title,
+div.preface .titlepage .title,
+div.colophon .title,
div.chapter .titlepage .title,
-div.article .titlepage .title
+div.article .titlepage .title
{
}
@@ -942,8 +942,8 @@ table {
.tip,
.note {
- background: #f0f0f2;
- color: #333;
+ background: #f0f0f2;
+ color: #333;
padding: 20px;
margin: 20px;
}
@@ -954,12 +954,12 @@ table {
margin: 0em;
font-size: 2em;
font-weight: bold;
- color: #333;
+ color: #333;
}
.tip a,
.note a {
- color: #333;
+ color: #333;
text-decoration: underline;
}
@@ -976,4 +976,3 @@ table {
font-size:large;
color: #00557D;
}
-
OpenPOWER on IntegriCloud