diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-09 18:14:46 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-09 18:14:46 +0200 |
commit | 740b76159edede54d04100b3168e43975c34b5e0 (patch) | |
tree | a4788ec709eb5c61940d17a20d5b2b484e9f8a21 /css | |
parent | 398823dc33e19608b7561f641a0156a8d1ffdca1 (diff) |
W3C Validator (HTML 5 + XHTML 1.1 + CSS level 3)
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/css/style.css b/css/style.css index 6b72709..277ff52 100644 --- a/css/style.css +++ b/css/style.css @@ -8,9 +8,6 @@ body { .error { color: #FF0040; } -tt { - font-family: Inconsolata, "Lucida Console", "Droid Sans Mono", Cousine, monospace; -} .inactive { color: #FF0040; } @@ -21,7 +18,9 @@ h1, h2, h3 { margin: 15pt auto 10pt auto; width: 600pt; } - +span.domain, span.email, span.alias, span.mailbox, span.list { + font-family: Inconsolata, "Lucida Console", "Droid Sans Mono", Cousine, monospace; +} /* Login form */ @@ -73,7 +72,7 @@ td.label { /* Listing modes */ -#status { +#domainstatus { margin: 10pt auto; width: 600pt; } @@ -102,17 +101,18 @@ table.list tr.odd td { background:#f7fbff } table.list th { - font-weight:normal; + font-weight: normal; color: #678197; text-align:left; border-bottom: 1px solid #e5eff8; - border-left:1px solid #e5eff8; - padding:.3em 1em; + border-left: 1px solid #e5eff8; + padding: .3em 1em; } table.list thead th { - background:#f4f9fe; - text-align:center; - font-weight:bold; + font-size: 12pt; + font-weight: 600; + background: #f4f9fe; + text-align: center; color:#66a3d3 } .none { |