summaryrefslogtreecommitdiff
path: root/www-ssl/css
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/css')
-rw-r--r--www-ssl/css/base.css11
-rw-r--r--www-ssl/css/style6.css2
2 files changed, 12 insertions, 1 deletions
diff --git a/www-ssl/css/base.css b/www-ssl/css/base.css
index 5731fec0..bfe050a5 100644
--- a/www-ssl/css/base.css
+++ b/www-ssl/css/base.css
@@ -128,3 +128,14 @@ td, th {
.success {
color: #090;
}
+
+.notice {
+ background: #f0f0f0;
+ border: 2px solid #888;
+ margin: 10px;
+ padding: 10px;
+}
+
+.new_message {
+ font-weight: bold;
+}
diff --git a/www-ssl/css/style6.css b/www-ssl/css/style6.css
index 2272f598..8dc008e7 100644
--- a/www-ssl/css/style6.css
+++ b/www-ssl/css/style6.css
@@ -71,6 +71,6 @@ h4.menu {
font-size : 6pt;
}
-h4, h1 {
+h4, h1, th {
background: #333E47;
}