summaryrefslogtreecommitdiff
path: root/lib/styles
diff options
context:
space:
mode:
authorAnika Henke <a.c.henke@arcor.de>2006-06-18 16:43:46 +0200
committerAnika Henke <a.c.henke@arcor.de>2006-06-18 16:43:46 +0200
commitf1d1eedd9587f27de991420bf277bfc2ad894475 (patch)
tree54edc2aaa6a823a887c44f75e6b1bebe642176d8 /lib/styles
parent4efb9a42baed214da00a12a58c72586499dafc95 (diff)
downloadrpg-f1d1eedd9587f27de991420bf277bfc2ad894475.tar.gz
rpg-f1d1eedd9587f27de991420bf277bfc2ad894475.tar.bz2
css cleanup and fixes
darcs-hash:20060618144346-d5083-c93d6b009fd75e316b56e724006f04f8c9a1bdb3.gz
Diffstat (limited to 'lib/styles')
-rw-r--r--lib/styles/style.css21
1 files changed, 13 insertions, 8 deletions
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 */