diff options
author | Freeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace> | 2013-05-13 14:49:18 +1200 |
---|---|---|
committer | Freeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace> | 2013-05-13 14:49:18 +1200 |
commit | eebd30e1f2c0329640da2c73328fa706c5ff92ec (patch) | |
tree | 3ab542ea174506d2e243aa34e72b824497b4a45a /public | |
parent | 66efae1c6e6fe734a347deaef46d3c2565dfe299 (diff) | |
download | manavis-eebd30e1f2c0329640da2c73328fa706c5ff92ec.tar.gz manavis-eebd30e1f2c0329640da2c73328fa706c5ff92ec.tar.bz2 manavis-eebd30e1f2c0329640da2c73328fa706c5ff92ec.tar.xz manavis-eebd30e1f2c0329640da2c73328fa706c5ff92ec.zip |
White chart backgrounds, pad userlist
Diffstat (limited to 'public')
-rw-r--r-- | public/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css index de58b3b..e886b0d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -66,6 +66,10 @@ body { background-color: #fffdfb; } +svg { + background-color: #fff; +} + /* Titles */ h3 { margin: 0.3em 0.8em; @@ -127,7 +131,7 @@ h3 { /* User list */ #users-status { - padding: 0; + padding-left: 20px; } #users-status li.user { |