MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 115: Line 115:
vertical-align: top;
vertical-align: top;
}
}


.infobox-label,
.infobox-label,
Line 185: Line 187:
.mw-reflist li::before {
.mw-reflist li::before {
     counter-increment: footnote-counter !important;
     counter-increment: footnote-counter !important;
   /*content: "[" counter(footnote-counter, lower-alpha) "] " !important;*/
   content: "[" counter(footnote-counter, lower-alpha) "] " !important;
}
}


Line 316: Line 318:
     }
     }


}
/* Hide ShortDescription on desktop */
body.skin-vector #siteSub {
    display: none;
}
/* Show ShortDescription on mobile */
@media (max-width: 768px) {
    body.skin-vector #siteSub {
        display: block;
    }
}
}