summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-15 01:13:47 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-15 01:13:47 +1200
commitd97cd31b733f82b56ec335be7b1cbfa1eae4a58c (patch)
tree04c1631f1560b07ae339939c25de286d31029de8
parenta2cb6ef6b7ebea41223f9a9a2cfb810d93ece1b3 (diff)
downloadmanavis-d97cd31b733f82b56ec335be7b1cbfa1eae4a58c.tar.gz
manavis-d97cd31b733f82b56ec335be7b1cbfa1eae4a58c.tar.bz2
manavis-d97cd31b733f82b56ec335be7b1cbfa1eae4a58c.tar.xz
manavis-d97cd31b733f82b56ec335be7b1cbfa1eae4a58c.zip
Remove column backgrounds
Almost everything is white anyway due to the svg backgrounds, and having just the titles tinted looks strange.
-rw-r--r--public/css/style.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/public/css/style.css b/public/css/style.css
index ea91109..7e02bac 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -56,20 +56,6 @@ body {
font-size: smaller;
}
-.col1 {
- background-color: #fdf9ff;
-}
-.col2 {
- background-color: #fdfdff;
-}
-.col3 {
- background-color: #fffdfb;
-}
-
-svg {
- background-color: #fff;
-}
-
/* Titles */
h3 {
margin: 0;