Template:Boxed paragraphs/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) m Tesinormed moved page Template:Boxed paragraph/styles.css to Template:Boxed paragraphs/styles.css without leaving a redirect: Title incorrect |
Tesinormed (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
p, ul, ol, dl { |
|||
.template-boxed_paragraph { |
|||
width: 100%; |
width: 100%; |
||
border: solid var(--border-width-base) var(--color-amaranth-legacy-scope); |
border: solid var(--border-width-base) var(--color-amaranth-legacy-scope); |
||
| Line 7: | Line 7: | ||
} |
} |
||
ul, ol, dl { |
|||
.template-boxed_paragraph ul, |
|||
.template-boxed_paragraph ol, |
|||
.template-boxed_paragraph dl { |
|||
margin-block: 0; |
margin-block: 0; |
||
margin-inline: var(--space-md); |
margin-inline: var(--space-md); |
||