changeset 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 043189eb41bc
children 83f56d3a07f5
files mod_admin_web/admin_web/www_files/css/style.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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
 }