forked from cadence/breezewiki
fix some more play buttons on minecraft wiki
This commit is contained in:
parent
4336e4ab43
commit
61d2820342
1 changed files with 5 additions and 2 deletions
|
@ -210,10 +210,13 @@ figcaption, .lightbox-caption, .thumbcaption {
|
|||
display: block;
|
||||
}
|
||||
|
||||
/* javascript audio play buttons, see hearthstone/wiki/Diablo_(Duels_hero) */
|
||||
a.ext-audiobutton {
|
||||
/* javascript audio play buttons */
|
||||
a.ext-audiobutton { /* see hearthstone/wiki/Diablo_(Duels_hero) */
|
||||
display: none;
|
||||
}
|
||||
.sound > [style="display:none"] { /* see minecraft/wiki/villager#Sounds */
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
/* animated slots */
|
||||
#mw-content-text .animated > :not(.animated-active), #mw-content-text .animated > .animated-subframe > :not(.animated-active) {
|
||||
|
|
Loading…
Reference in a new issue