Anonymous user
MediaWiki:Common.css: Difference between revisions
m
Changed display to grid and margin-top to 1.5em. Now line breaks should work properly and infinite line breaks should be possible.
imported>Ttv pedro270707 m (Ignore the errors. The :not() selector works and is supported in all modern browsers.) |
imported>Ttv pedro270707 m (Changed display to grid and margin-top to 1.5em. Now line breaks should work properly and infinite line breaks should be possible.) |
||
Line 302: | Line 302: | ||
.minecraft-tip br + br { | .minecraft-tip br + br { | ||
display: | display: grid; | ||
content: ""; | content: ""; | ||
margin-top: 1. | margin-top: 1.5em; | ||
} | } | ||