Anonymous user
MediaWiki:Common.css: Difference between revisions
m
Ignore the errors. The :not() selector works and is supported in all modern browsers.
imported>Ttv pedro270707 mNo edit summary |
imported>Ttv pedro270707 m (Ignore the errors. The :not() selector works and is supported in all modern browsers.) |
||
Line 301: | Line 301: | ||
} | } | ||
. | .minecraft-tip br + br { | ||
display: block; | |||
content: ""; | |||
margin-top: 1.625em; | |||
} | } | ||
. | .minecraft-tip br:not(.minecraft-tip br + br) { | ||
display: block; | |||
content: ""; | |||
margin-top: 0.25em; | |||
} | } | ||