From d91572ae0db5ab148829d8311ccba1d4c61c86fb Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 19 May 2016 20:20:17 -0400 Subject: more styling Former-commit-id: 5d62028eeeb2dc5c21aecaffc02c83a5b2c4df36 --- www/css/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'www/css') 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; + +} -- cgit v1.2.3