From 150f3e1e64997565736b0140e4182311f65e11ca Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Wed, 25 Jun 2014 14:47:41 +0200 Subject: [PATCH] Small CSS fix for Maintenance section. --- templates/2k11/admin/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 917277f0..9bd1be42 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -2817,7 +2817,7 @@ img.mfp-img { margin: 0 0 1em 2%; } - #maintenance > section:nth-child(odd) { + #maintenance > section:nth-of-type(even) { margin: 0 0 1em 2%; }