diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-03-12 08:38:45 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-03-12 08:38:45 +0100 |
commit | 50158f16a5ef8cef22064bcac2eef1821316d078 (patch) | |
tree | 13f31c84c39d076303b5de032dc4203f10141023 /public/css | |
parent | 8733f95d481d341a74d95cd97ecbef39a1f0609f (diff) |
Don't use * as CSS node
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/sublab-2013031202.css (renamed from public/css/sublab-2013-03-12.css) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/sublab-2013-03-12.css b/public/css/sublab-2013031202.css index 68a1a97..8f12432 100644 --- a/public/css/sublab-2013-03-12.css +++ b/public/css/sublab-2013031202.css @@ -1,4 +1,4 @@ -* { +body { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; color: #ddd; @@ -15,12 +15,12 @@ left: 0px; top: 0px; right: 0px; - font-size: 1.5em; + font-size: 1.4em; font-weight: bold; color: white; background-color: red; + text-align:center; } -#zensurinfo * { color: white } #zensurinfo .censored { color: white; background-color: grey; } #zensurinfo a, #zensurinfo a:hover, #zensurinfo a:visited { color: yellow } |