summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-24 16:07:55 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:03 -0800
commitb0b5224ab09a9d586773c7167f1df868ab3dea11 (patch)
tree2dd7c0077d6a5662a48fb79c0524c47c770664f6 /documentation/kernel-manual
parent372fe9f26259cabf8738e601f2dbb54b8eb31aba (diff)
downloadpoky-b0b5224ab09a9d586773c7167f1df868ab3dea11.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r--documentation/kernel-manual/style.css24
1 files changed, 10 insertions, 14 deletions
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 {
50 color: #333; 50 color: #333;
51} 51}
52 52
53.reviewer {
54 color: red;
55}
56
57h1,h2,h3,h4,h5,h6,h7 { 53h1,h2,h3,h4,h5,h6,h7 {
58 font-family: Arial, Sans; 54 font-family: Arial, Sans;
59 color: #00557D; 55 color: #00557D;
@@ -654,7 +650,7 @@ hr {
654 650
655 651
656.tip, .warning, .caution, .note { 652.tip, .warning, .caution, .note {
657 border-color: #aaa; 653 border-color: #fff;
658} 654}
659 655
660 656
@@ -662,24 +658,24 @@ hr {
662.warning table th, 658.warning table th,
663.caution table th, 659.caution table th,
664.note table th { 660.note table th {
665 border-bottom-color: #aaa; 661 border-bottom-color: #fff;
666} 662}
667 663
668 664
669.warning { 665.warning {
670 background-color: #fea; 666 background-color: #f0f0f2;
671} 667}
672 668
673.caution { 669.caution {
674 background-color: #fea; 670 background-color: #f0f0f2;
675} 671}
676 672
677.tip { 673.tip {
678 background-color: #eff; 674 background-color: #f0f0f2;
679} 675}
680 676
681.note { 677.note {
682 background-color: #dfc; 678 background-color: #f0f0f2;
683} 679}
684 680
685.glossary dl dt, 681.glossary dl dt,
@@ -946,8 +942,8 @@ table {
946 942
947.tip, 943.tip,
948.note { 944.note {
949 background: #666666; 945 background: #f0f0f2;
950 color: #fff; 946 color: #333;
951 padding: 20px; 947 padding: 20px;
952 margin: 20px; 948 margin: 20px;
953} 949}
@@ -958,12 +954,12 @@ table {
958 margin: 0em; 954 margin: 0em;
959 font-size: 2em; 955 font-size: 2em;
960 font-weight: bold; 956 font-weight: bold;
961 color: #fff; 957 color: #333;
962} 958}
963 959
964.tip a, 960.tip a,
965.note a { 961.note a {
966 color: #fff; 962 color: #333;
967 text-decoration: underline; 963 text-decoration: underline;
968} 964}
969 965