summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-04-09 18:02:40 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-04-09 18:02:40 +0000
commit95fb1bada7ae3484cc12f279d71b3db9379c0a72 (patch)
treedf3300c348d094ad94974644614824585cbda905 /app-doc
parentfix (diff)
downloadgentoo-2-95fb1bada7ae3484cc12f279d71b3db9379c0a72.tar.gz
gentoo-2-95fb1bada7ae3484cc12f279d71b3db9379c0a72.tar.bz2
gentoo-2-95fb1bada7ae3484cc12f279d71b3db9379c0a72.zip
<note> and <impo> swapped colors
Diffstat (limited to 'app-doc')
-rwxr-xr-xapp-doc/gentoo-web/files/css/gentoo-doc.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/gentoo-web/files/css/gentoo-doc.css b/app-doc/gentoo-web/files/css/gentoo-doc.css
index 6168644157bf..3595c5d06fc8 100755
--- a/app-doc/gentoo-web/files/css/gentoo-doc.css
+++ b/app-doc/gentoo-web/files/css/gentoo-doc.css
@@ -66,11 +66,11 @@ H1 {
}
.note {
- background: #ffffbb;
+ background: #bbffbb;
}
.impo {
- background: #bbffbb;
+ background: #ffffbb;
}
.warn {