Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
(Replaced content with "→CSS placed here will affect users of the mobile site: ") Tags: Mobile edit Mobile web edit |
(Replaced content with "→CSS placed here will affect users of the mobile site: →Fix unbulleted/plain lists: .plainlist ul { list-style: none none; margin:0; }") |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the mobile site */ | /* CSS placed here will affect users of the mobile site */ | ||
| + | |||
| + | /* Fix unbulleted/plain lists */ | ||
| + | .plainlist ul { | ||
| + | list-style: none none; | ||
| + | margin:0; | ||
| + | } | ||
Latest revision as of 15:56, 29 September 2016
/* CSS placed here will affect users of the mobile site */
/* Fix unbulleted/plain lists */
.plainlist ul {
list-style: none none;
margin:0;
}