summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-24 15:51:01 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:03 -0800
commit372fe9f26259cabf8738e601f2dbb54b8eb31aba (patch)
tree65d099cec954d9f5ed0b10df48c758d2226f5d0d /documentation/yocto-project-qs
parent0e640d4952246c124eacee6d6ab98d70dc822d00 (diff)
downloadast2050-yocto-poky-372fe9f26259cabf8738e601f2dbb54b8eb31aba.zip
ast2050-yocto-poky-372fe9f26259cabf8738e601f2dbb54b8eb31aba.tar.gz
documentation/yocto-project-qs/style.css: Changed notes, tips, etc.
I lightened up the bacground box colors used for Notes, Tips, Warnings, Cautions, etc. We had some feedback from the community that they heavy dark boxes were taking away from the main text. (From yocto-docs rev: d9b5da116bacb847e86c1f5029836308b8ce533c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/style.css24
1 files changed, 10 insertions, 14 deletions
diff --git a/documentation/yocto-project-qs/style.css b/documentation/yocto-project-qs/style.css
index dd9725d..1ddfd36 100644
--- a/documentation/yocto-project-qs/style.css
+++ b/documentation/yocto-project-qs/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;
}
OpenPOWER on IntegriCloud