Forskel mellem versioner af "MediaWiki:Vector.css"

Fra Danva Wiki
Skift til: Navigation, Søgning
(Oprettede siden med '/* CSS placed here will affect users of the Vector skin */ keeps nested list font sizes from continually decreasing with each nesting: #mw-panel div.portal div.body ul...')
(Ingen forskel)

Versionen fra 29. okt 2012, 02:09

/* CSS placed here will affect users of the Vector skin */

/* keeps nested list font sizes from continually decreasing with each nesting */
#mw-panel div.portal div.body ul li {
        font-size: small !important;
}