summaryrefslogtreecommitdiffstats
path: root/htdocs/style/base.css
diff options
context:
space:
mode:
authorot <ot@localhost>2007-03-26 01:46:29 +0000
committerot <ot@localhost>2007-03-26 01:46:29 +0000
commit4b59d8df76a4fe0db2b027a1a3f042bc66735f10 (patch)
treeab691ec820d6fe4403b04d371023f4437c419998 /htdocs/style/base.css
parentee5d29e58a45495d3e2d345cdab2a114b709dcc9 (diff)
downloadmarkup-validator-4b59d8df76a4fe0db2b027a1a3f042bc66735f10.zip
markup-validator-4b59d8df76a4fe0db2b027a1a3f042bc66735f10.tar.gz
markup-validator-4b59d8df76a4fe0db2b027a1a3f042bc66735f10.tar.bz2
shifting style toward that of /html/
making sure the "green" headings don't appear in wrong places in results page, to avoid confusion
Diffstat (limited to 'htdocs/style/base.css')
-rw-r--r--htdocs/style/base.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css
index 9de2e8c..4fcc11b 100644
--- a/htdocs/style/base.css
+++ b/htdocs/style/base.css
@@ -5,7 +5,7 @@
Copyright 2000~2007 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: base.css,v 1.6 2007-03-26 01:13:20 ot Exp $
+ $Id: base.css,v 1.7 2007-03-26 01:46:29 ot Exp $
*/
/*
@@ -91,8 +91,8 @@ h1 {
}
h2 {
- color: #777742;
- background: white;
+ color: #690;
+ background-color: white;
padding: 5px 15px;
margin-top: 30px;
margin-bottom: 20px;
@@ -103,8 +103,8 @@ h2 {
}
h3 {
- background-color: #fff;
- color: #777742;
+ color: #690;
+ background-color: white;
font-size: 1.1em;
padding: 2px 10px;
border-bottom: 1px dotted #aaaa77;
@@ -113,7 +113,7 @@ h3 {
}
h4 {
- color: #777742;
+ color: #690;
background-color: white;
font-weight: 600;
font-style: italic;
@@ -124,8 +124,8 @@ h4 {
}
h5,h6 {
- background-color: white;
color: #11111A;
+ background-color: white;
font-family: "Gill Sans", sans-serif;
font-weight: normal;
padding-left: 15px;