1
0

Small CSS fix for Maintenance section.

This commit is contained in:
Matthias Mees
2014-06-25 14:47:41 +02:00
parent 639e36f0eb
commit 150f3e1e64

View File

@ -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%;
}