forked from cadence/breezewiki
Compare commits
1 commit
0e2b5ea452
...
ba08b2bfac
Author | SHA1 | Date | |
---|---|---|---|
ba08b2bfac |
1 changed files with 7 additions and 0 deletions
|
@ -218,6 +218,13 @@ a.ext-audiobutton { /* see hearthstone/wiki/Diablo_(Duels_hero) */
|
||||||
display: inline !important;
|
display: inline !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* hide slideshows since they're broken
|
||||||
|
* example: ben10/wiki/Celestialsapien_(Classic)#Powers_and_Abilities
|
||||||
|
*/
|
||||||
|
.wikia-slideshow {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* animated slots */
|
/* animated slots */
|
||||||
#mw-content-text .animated > :not(.animated-active), #mw-content-text .animated > .animated-subframe > :not(.animated-active) {
|
#mw-content-text .animated > :not(.animated-active), #mw-content-text .animated > .animated-subframe > :not(.animated-active) {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue