1,396
edits
mNo edit summary |
mNo edit summary |
||
Line 101: | Line 101: | ||
} | } | ||
#n-irc { | #n-irc span { | ||
visibility: hidden; | |||
position: relative; | |||
font-size: 0; /* Remove space that text might occupy */ | |||
} | } | ||
#n-irc span::before { | |||
content: ""; | |||
display: inline-block; | |||
visibility: visible; | |||
background-image: url('https://bgforge.net/assets/logo/irc.svg'); | |||
background-repeat: no-repeat; | |||
width: 130px; | |||
height: 20px; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
} | |||
#mw-panel .portal .body li#n-irc { | #mw-panel .portal .body li#n-irc { | ||
font-size: 0em; | font-size: 0em; |