MediaWiki:Common.css: Difference between revisions

From Discovery Data Service
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


list-style-type:decimal;
list-style-type:decimal;
text-color: red;


}
}
Line 12: Line 11:


list-style-type:lower-alpha;
list-style-type:lower-alpha;
text-color: green;
 
}
}

Revision as of 15:14, 13 May 2020

/* To make images responsive */ img { max-width:100%; height:auto; padding-top: 10px; padding-bottom: 10px; }

ol li {

list-style-type:decimal;

}

ol li ol li {

list-style-type:lower-alpha;

}