Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
.res-img img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ } | .res-img img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ } | ||
ol { | |||
list-style-type: decimal; | |||
} | |||
ol li > ol { | |||
list-style-type: lower-alpha; | |||
} | |||
ol li > ol li > ol { | |||
list-style-type: lower-roman; | |||
} |
Revision as of 22:16, 2 March 2023
/* CSS placed here will be applied to all skins */
.noautonum .tocnumber { display: none; }
.res-img img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
ol {
list-style-type: decimal;
}
ol li > ol {
list-style-type: lower-alpha;
}
ol li > ol li > ol {
list-style-type: lower-roman;
}