summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/ice/ice.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/ice/ice.css b/www/ice/ice.css
index 9007242..f26e9be 100644
--- a/www/ice/ice.css
+++ b/www/ice/ice.css
@@ -41,6 +41,12 @@ hr {
font-style: italic;
color: #f33;
}
+.attention {
+ font-weight: bold;
+ text-decoration: underline;
+ font-style: italic;
+ color: #f33;
+}
.mute {
color: #777;
}
@@ -351,6 +357,9 @@ body {
#content form select.radio {
border: none;
}
+#content p {
+ padding: 5px;
+}
/*----------------------------------------------------------------------------------