diff mod_admin_web/admin_web/www_files/css/style.css @ 1022:f15c25fff9cc

mod_admin_web: Fix CSS, :last -> :last-child
author Florian Zeitz <florob@babelmonkeys.de>
date Mon, 27 May 2013 16:54:10 +0200
parents 225d3ba1eb7b
children d643c385d3f6
line wrap: on
line diff
--- a/mod_admin_web/admin_web/www_files/css/style.css	Sun May 26 21:50:49 2013 +0200
+++ b/mod_admin_web/admin_web/www_files/css/style.css	Mon May 27 16:54:10 2013 +0200
@@ -14,7 +14,7 @@
   margin-right: 0.3em
 }
 
-.btn:last {
+.btn:last-child {
   margin-right: 0
 }