Jump to content

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:
}
}


.empty-line {
.minecraft-tip br + br {
  display: block;
display: block;
  content: "";
content: "";
  margin-top: 1.625em;
margin-top: 1.625em;
}
}


.break {
.minecraft-tip br:not(.minecraft-tip br + br) {
  display: block;
display: block;
  content: "";
content: "";
  margin-top: 0.25em;
margin-top: 0.25em;
}
}