Difference between revisions of "MediaWiki:Mobile.css"

From TSG Doc
Jump to navigation Jump to search
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 16: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;
}