Join the PidgiNet Discord! https://discord.gg/Eg9QahqpXf

Difference between revisions of "User:Immewnity/fluent.css"

on PidgiWiki, the video game media repository
(Blanked the page)
Tag: Blanking
(So it'll only work properly in Firefox for now, until browsers actually implement the current standard)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
code {
 +
    display: inline-block;
 +
}
  
 +
code:empty {
 +
    display: none;
 +
}
 +
 +
code:-moz-only-whitespace {
 +
    display: none;
 +
}

Latest revision as of 02:28, 26 February 2023

code {
    display: inline-block;
}

code:empty {
    display: none;
}

code:-moz-only-whitespace {
    display: none;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.