MediaWiki:Common.css: Difference between revisions

From Discovery Data Service
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
/* To make images responsive */ img { max-width:100%; height:auto; padding-top: 10px; padding-bottom: 10px; }
/* To make images responsive */ img { max-width:100%; height:auto; padding-top: 10px; padding-bottom: 10px; }


ol > li {
ol li {


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


}
}


ol > li > ol > li{
ol li ol li {


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;
text-color: red;

}

ol li ol li {

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