mod_admin_web: Fix margins
authorFlorian Zeitz <florob@babelmonkeys.de>
Tue, 24 Jan 2012 19:25:06 +0100
changeset 577 d26436bdfd5c
parent 576 44b69c3d5351
child 578 1a575bcbc843
mod_admin_web: Fix margins
mod_admin_web/admin_web/www_files/css/style.css
--- a/mod_admin_web/admin_web/www_files/css/style.css	Tue Jan 24 14:56:00 2012 +0100
+++ b/mod_admin_web/admin_web/www_files/css/style.css	Tue Jan 24 19:25:06 2012 +0100
@@ -11,11 +11,11 @@
 }
 
 .btn {
-  margin-left: 0.3em
+  margin-right: 0.3em
 }
 
 .btn:last {
-  margin-left: 0
+  margin-right: 0
 }
 
 #log_container {