theming_example.css in Examples for Developers 3.x
/*
* style the list
* for OL you can have
* decimal | lower-roman | upper-roman | lower-alpha | upper-alpha
* for UL you can have
* disc | circle | square or an image eg url(x.png)
* you can also have 'none'
*/
ol.theming-example-list {
list-style-type: upper-alpha;
}
File
modules/theming_example/css/theming_example.css
View source
- /*
- * style the list
- * for OL you can have
- * decimal | lower-roman | upper-roman | lower-alpha | upper-alpha
- * for UL you can have
- * disc | circle | square or an image eg url(x.png)
- * you can also have 'none'
- */
- ol.theming-example-list {
- list-style-type: upper-alpha;
- }