summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 0261e6e2..92015e22 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -1016,10 +1016,19 @@ body { font-family: sans-serif; }
opacity:1;
color:#fff;
z-index:9998;
-
}
+.smallnote
+{
+ font-size:9px;
+ text-align:center;
+ background-color: rgba(0,0,0,0.3);
+ color:rgb(0,0,0);
+ border-top-left-radius:5px;
+ border-top-right-radius:5px;
+
+}