]> git.datanom.net - qtadmin.git/commitdiff
Fix width
authorMichael Rasmussen <mir@datanom.net>
Tue, 23 Jun 2015 16:17:06 +0000 (18:17 +0200)
committerMichael Rasmussen <mir@datanom.net>
Tue, 23 Jun 2015 16:17:06 +0000 (18:17 +0200)
css/styles.css

index ea6b9256e4eacad952fd0a9361acdd0761b15fa8..5f450f677f97ffb3deca334be0b25e61410f814d 100644 (file)
@@ -63,7 +63,7 @@ html, body {
 }
 
 #container, #footer {
-       width: 100%;
+    width: 100%;
 }
 
 #footer{
@@ -71,7 +71,7 @@ html, body {
     background: #ECECAC;
     color: black;
     text-align: center;
-       height: 14px;
+    height: 14px;
 }
 
 .whitefooter {
@@ -91,7 +91,7 @@ img {
 
 .nav-action {
     text-align: center;
-    width: 53px;
+    width: 58px;
 }
 
 .label {
This page took 0.031136 seconds and 5 git commands to generate.