summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-19 20:20:17 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-19 20:20:17 -0400
commitd91572ae0db5ab148829d8311ccba1d4c61c86fb (patch)
treea93a21654cb011c5eabaf42913e3c9e42f264c2f /www/css
parentedf7ae2dcc51dd030091a25a4e3f0355efec27a5 (diff)
more styling
Former-commit-id: 5d62028eeeb2dc5c21aecaffc02c83a5b2c4df36
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;
+
+}