summaryrefslogtreecommitdiff
path: root/lib/styles
diff options
context:
space:
mode:
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; }