summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css26
1 files changed, 8 insertions, 18 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 1fb5688..3c8b658 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -5,6 +5,10 @@ body {
min-width: 800px;
}
+ul {
+ margin: 1em 0;
+}
+
p.headline {
font-size: 2.4em;
margin: 0.3em 0;
@@ -21,7 +25,7 @@ span.spline {
color: red;
}
-#header {
+.center {
text-align: center;
}
@@ -34,7 +38,6 @@ div#title {
font-size: 1.8em;
font-weight: blod;
padding: 5px 0;
- text-align: center;
}
.small {
@@ -43,7 +46,6 @@ div#title {
#footer {
font-size: 0.9em;
- text-align: center;
}
div.info, div.create {
@@ -61,22 +63,19 @@ div.create {
div.header {
background: #fff0d0;
padding: 0.2em;
+ margin-bottom: 1em;
}
div#status .ok {
color: green;
}
-div#status {
- text-align: center;
-}
-
div#status span {
font-size: 2em;
}
div.create li, div.info ol li {
- margin: 1em 0;
+ margin-bottom: 1em;
}
div.create li li {
@@ -100,7 +99,7 @@ form th {
width: 40%;
}
-form .wrong {
+.wrong {
display: block;
font-weight: normal;
color: red;
@@ -118,12 +117,3 @@ input.submit {
display: block;
font-weight: bold;
}
-
-div#info.create {
- text-align: center;
-}
-
-div#info.create .header {
- text-align: left;
- margin-bottom: 1em;
-}