summaryrefslogtreecommitdiff
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
parent8733f95d481d341a74d95cd97ecbef39a1f0609f (diff)
Don't use * as CSS node
-rw-r--r--public/css/sublab-2013031202.css (renamed from public/css/sublab-2013-03-12.css)6
-rw-r--r--template/template/template.html2
2 files changed, 4 insertions, 4 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 }
diff --git a/template/template/template.html b/template/template/template.html
index 66c8987..9e23186 100644
--- a/template/template/template.html
+++ b/template/template/template.html
@@ -15,7 +15,7 @@
<meta name="description" lang="de" content="$template_desc_de">
<meta name="description" lang="en" content="$template_desc_en">
- <link rel="stylesheet" href="/css/sublab-2013-03-12.css" type="text/css">
+ <link rel="stylesheet" href="/css/sublab-2013031202.css" type="text/css">
<link rel="stylesheet" href="/css/taifun.status.css" type="text/css">
<link rel="stylesheet" href="/css/trieste.status.css" type="text/css">
<link rel="stylesheet" href="/css/nautilus.status.css" type="text/css">