From 740b76159edede54d04100b3168e43975c34b5e0 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 9 Sep 2012 18:14:46 +0200 Subject: W3C Validator (HTML 5 + XHTML 1.1 + CSS level 3) --- css/style.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'css') 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 { -- cgit v1.2.3