From f1d1eedd9587f27de991420bf277bfc2ad894475 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 18 Jun 2006 16:43:46 +0200 Subject: css cleanup and fixes darcs-hash:20060618144346-d5083-c93d6b009fd75e316b56e724006f04f8c9a1bdb3.gz --- lib/styles/style.css | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'lib/styles') diff --git a/lib/styles/style.css b/lib/styles/style.css index 88a133194..cb39516c4 100644 --- a/lib/styles/style.css +++ b/lib/styles/style.css @@ -3,7 +3,12 @@ * regardless of the used template. Templates can override them of course */ -div.clearer {clear: both; line-height: 0; height: 0; overflow:hidden;} +div.clearer { + clear: both; + line-height: 0; + height: 0; + overflow:hidden; +} div.no { display: inline; @@ -11,34 +16,34 @@ div.no { padding: 0; } -div.error{ +div.error { background: #fcc url(../images/error.png) 0.5em 0px no-repeat; color: #000; border-bottom: 1px solid #faa; font-size: 90%; - margin: 0px; + margin: 0; padding-left: 3em; - overflow: hidden; + overflow: hidden; } -div.info{ +div.info { background: #ccf url(../images/info.png) 0.5em 0px no-repeat; color: #000; border-bottom: 1px solid #aaf; font-size: 90%; margin: 0; padding-left: 3em; - overflow: hidden; + overflow: hidden; } -div.success{ +div.success { background: #cfc url(../images/success.png) 0.5em 0px no-repeat; color: #000; border-bottom: 1px solid #afa; font-size: 90%; margin: 0; padding-left: 3em; - overflow: hidden; + overflow: hidden; } /* image alignment */ -- cgit v1.2.3