summaryrefslogtreecommitdiffstats
path: root/app/static/style_v3.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/static/style_v3.css')
-rw-r--r--app/static/style_v3.css16
1 files changed, 4 insertions, 12 deletions
diff --git a/app/static/style_v3.css b/app/static/style_v3.css
index 3b9bee3..6907658 100644
--- a/app/static/style_v3.css
+++ b/app/static/style_v3.css
@@ -25,6 +25,8 @@ body {
width: 100%;
}
+
+
footer {
clear: both;
margin: 0px auto;
@@ -53,20 +55,10 @@ footer a, footer a:visited {
#header h1 {
display: inline-block;
- float: left;
- width: 50%;
+ width: 100%;
+ text-align: center;
margin: 0px;
}
-#header p {
- display: inline-block;
- font-family: monospace;
- text-align: right;
- line-height: 180%;
- padding: 5px;
- margin: 0;
- float: right;
- width: 30%;
-}
#header h1 small {
color: #777;