Skip to content

Commit

Permalink
Small CSS fix for Maintenance section.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowled committed Jun 25, 2014
1 parent 639e36f commit 150f3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/2k11/admin/style.css
Expand Up @@ -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%;
}

Expand Down

0 comments on commit 150f3e1

Please sign in to comment.