summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-03-12 08:38:45 +0100
committerChristian Franke <nobody@nowhere.ws>2013-03-12 08:38:45 +0100
commit50158f16a5ef8cef22064bcac2eef1821316d078 (patch)
tree13f31c84c39d076303b5de032dc4203f10141023 /public
parent8733f95d481d341a74d95cd97ecbef39a1f0609f (diff)
Don't use * as CSS node
Diffstat (limited to 'public')
-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 }