# HG changeset patch # User Florian Zeitz # Date 1369666450 -7200 # Node ID f15c25fff9cc080d92aa7ec1aa97c298925d5d6e # Parent 043189eb41bc9c00ef7181eee55d7b08184ec849 mod_admin_web: Fix CSS, :last -> :last-child diff -r 043189eb41bc -r f15c25fff9cc mod_admin_web/admin_web/www_files/css/style.css --- 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 }