From b0b5224ab09a9d586773c7167f1df868ab3dea11 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 24 Feb 2012 16:07:55 -0600 Subject: documentation: Edits to all style.css files Updated all the CSS style sheets so that the Note, Warning, Tips, Caution, etc. boxes are not so prominant. (From yocto-docs rev: 451568553e9620c1e247c2f67b0665b184c3300b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-manual/style.css | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'documentation/kernel-manual') diff --git a/documentation/kernel-manual/style.css b/documentation/kernel-manual/style.css index 197f9301ca..51d968681f 100644 --- a/documentation/kernel-manual/style.css +++ b/documentation/kernel-manual/style.css @@ -50,10 +50,6 @@ body { color: #333; } -.reviewer { - color: red; -} - h1,h2,h3,h4,h5,h6,h7 { font-family: Arial, Sans; color: #00557D; @@ -654,7 +650,7 @@ hr { .tip, .warning, .caution, .note { - border-color: #aaa; + border-color: #fff; } @@ -662,24 +658,24 @@ hr { .warning table th, .caution table th, .note table th { - border-bottom-color: #aaa; + border-bottom-color: #fff; } .warning { - background-color: #fea; + background-color: #f0f0f2; } .caution { - background-color: #fea; + background-color: #f0f0f2; } .tip { - background-color: #eff; + background-color: #f0f0f2; } .note { - background-color: #dfc; + background-color: #f0f0f2; } .glossary dl dt, @@ -946,8 +942,8 @@ table { .tip, .note { - background: #666666; - color: #fff; + background: #f0f0f2; + color: #333; padding: 20px; margin: 20px; } @@ -958,12 +954,12 @@ table { margin: 0em; font-size: 2em; font-weight: bold; - color: #fff; + color: #333; } .tip a, .note a { - color: #fff; + color: #333; text-decoration: underline; } -- cgit v1.2.3-54-g00ecf