comparison 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
comparison
equal deleted inserted replaced
1021:043189eb41bc 1022:f15c25fff9cc
12 12
13 .btn { 13 .btn {
14 margin-right: 0.3em 14 margin-right: 0.3em
15 } 15 }
16 16
17 .btn:last { 17 .btn:last-child {
18 margin-right: 0 18 margin-right: 0
19 } 19 }
20 20
21 #log_container { 21 #log_container {
22 clear: both; 22 clear: both;