Page MenuHomeWickedGov Phorge

lists.less
No OneTemporary

Size
848 B
Referenced Files
None
Subscribers
None

lists.less

.content {
ol {
margin: 0;
padding: 0 0 0 2.25em;
padding-inline: 2.25em 0;
}
ul {
list-style-type: disc;
padding-left: 1em;
padding-inline: 1em 0;
& > li > ul {
list-style-type: circle;
& > li > ul {
list-style-type: square;
}
}
}
/* stylelint-disable no-descending-specificity */
ol,
ul {
ol,
ul {
margin: 0 0 0 1em;
margin-inline: 1em 0;
}
}
li {
margin-bottom: 10px;
&:last-child {
margin-bottom: inherit;
}
}
/* stylelint-enable no-descending-specificity */
}
dl {
/* Unlike other lists, a definition list has no left margin, only definition items do */
margin: 0.2em 0 0.5em 0;
/* As in Vector, indenting of definition items, and bolding of definition terms is generically useful */
dt {
font-weight: bold;
}
dd {
margin: 0 0 0 1em;
margin-inline: 1em 0;
}
}

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 15:18 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5b/ed/fee9cb3fabb9ab6f1a5af849fc67
Default Alt Text
lists.less (848 B)

Event Timeline