diff options
author | Anika Henke <a.c.henke@arcor.de> | 2006-01-27 20:32:38 +0100 |
---|---|---|
committer | Anika Henke <a.c.henke@arcor.de> | 2006-01-27 20:32:38 +0100 |
commit | 02e511213ae892653af32a79dbd07341d7a5f9d9 (patch) | |
tree | 50d537c22cda0487ba3cd563ae2467e92baae7b1 /lib/styles | |
parent | 1bb49acb063c0b6842615a142bc66c85ee03a933 (diff) | |
download | rpg-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.css | 11 |
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; } |