Template:Plainlist/styles.css: Difference between revisions
Appearance
add this reset from mobile.css |
Created page with "→* * Unbulleted lists: .plainlist ul { line-height: inherit; list-style: none none; margin: 0; } .plainlist ul li { margin-bottom: 0; }" |
||
| Line 1: | Line 1: | ||
/* | /** | ||
* Unbulleted lists | |||
*/ | |||
.plainlist ul { | .plainlist ul { | ||
line-height: inherit; | line-height: inherit; | ||
list-style: none; | list-style: none none; | ||
margin: 0; | margin: 0; | ||
} | } | ||
.plainlist ul li { | .plainlist ul li { | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | } | ||
Revision as of 15:02, 23 May 2025
/**
* Unbulleted lists
*/
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ul li {
margin-bottom: 0;
}