summaryrefslogtreecommitdiffstats
path: root/documentation/dev-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/dev-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/dev-manual')
-rw-r--r--documentation/dev-manual/style.css25
1 files changed, 11 insertions, 14 deletions
diff --git a/documentation/dev-manual/style.css b/documentation/dev-manual/style.css
index 817910db0f..b512dd2dcb 100644
--- a/documentation/dev-manual/style.css
+++ b/documentation/dev-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;
@@ -435,6 +431,7 @@ b.keycap,
435 font-family: Courier, monospace; 431 font-family: Courier, monospace;
436} 432}
437 433
434
438div.navheader, div.heading{ 435div.navheader, div.heading{
439 position: absolute; 436 position: absolute;
440 left: 0em; 437 left: 0em;
@@ -653,7 +650,7 @@ hr {
653 650
654 651
655.tip, .warning, .caution, .note { 652.tip, .warning, .caution, .note {
656 border-color: #aaa; 653 border-color: #fff;
657} 654}
658 655
659 656
@@ -661,24 +658,24 @@ hr {
661.warning table th, 658.warning table th,
662.caution table th, 659.caution table th,
663.note table th { 660.note table th {
664 border-bottom-color: #aaa; 661 border-bottom-color: #fff;
665} 662}
666 663
667 664
668.warning { 665.warning {
669 background-color: #fea; 666 background-color: #f0f0f2;
670} 667}
671 668
672.caution { 669.caution {
673 background-color: #fea; 670 background-color: #f0f0f2;
674} 671}
675 672
676.tip { 673.tip {
677 background-color: #eff; 674 background-color: #f0f0f2;
678} 675}
679 676
680.note { 677.note {
681 background-color: #dfc; 678 background-color: #f0f0f2;
682} 679}
683 680
684.glossary dl dt, 681.glossary dl dt,
@@ -945,8 +942,8 @@ table {
945 942
946.tip, 943.tip,
947.note { 944.note {
948 background: #666666; 945 background: #f0f0f2;
949 color: #fff; 946 color: #333;
950 padding: 20px; 947 padding: 20px;
951 margin: 20px; 948 margin: 20px;
952} 949}
@@ -957,12 +954,12 @@ table {
957 margin: 0em; 954 margin: 0em;
958 font-size: 2em; 955 font-size: 2em;
959 font-weight: bold; 956 font-weight: bold;
960 color: #fff; 957 color: #333;
961} 958}
962 959
963.tip a, 960.tip a,
964.note a { 961.note a {
965 color: #fff; 962 color: #333;
966 text-decoration: underline; 963 text-decoration: underline;
967} 964}
968 965