summaryrefslogtreecommitdiff
path: root/lib/styles
diff options
context:
space:
mode:
authorAnika Henke <a.c.henke@arcor.de>2006-01-27 20:32:38 +0100
committerAnika Henke <a.c.henke@arcor.de>2006-01-27 20:32:38 +0100
commit02e511213ae892653af32a79dbd07341d7a5f9d9 (patch)
tree50d537c22cda0487ba3cd563ae2467e92baae7b1 /lib/styles
parent1bb49acb063c0b6842615a142bc66c85ee03a933 (diff)
downloadrpg-02e511213ae892653af32a79dbd07341d7a5f9d9.tar.gz
rpg-02e511213ae892653af32a79dbd07341d7a5f9d9.tar.bz2
further xhtml strictness -- part 3
darcs-hash:20060127193238-d5083-7af0a40e439cd5f63e45d4037611132a16856799.gz
Diffstat (limited to 'lib/styles')
-rw-r--r--lib/styles/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/styles/style.css b/lib/styles/style.css
index 294144f1e..44187ddff 100644
--- a/lib/styles/style.css
+++ b/lib/styles/style.css
@@ -5,6 +5,12 @@
div.clearer {clear: both; line-height: 0; height: 0; overflow:hidden;}
+div.no {
+ display: inline;
+ margin: 0;
+ padding: 0;
+}
+
div.error{
background: #fcc url(../images/error.png) 0.5em 0px no-repeat;
color: #000;
@@ -48,6 +54,11 @@ div.success{
margin-right: auto;
}
+em.u {
+ font-style: normal;
+ text-decoration: underline;
+}
+
/* syntax highlighting code */
.code .br0 { color: #66cc66; }