ul/blockquote style refactors
This commit is contained in:
@@ -41,23 +41,19 @@ ul {
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
}
|
|
||||||
|
|
||||||
p:first-child {
|
&:first-child {
|
||||||
text-indent: -2ch;
|
text-indent: -2ch;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 0 2ch 0 0;
|
|
||||||
font-style: italic;
|
|
||||||
border-left: 1ch solid #ddd;
|
border-left: 1ch solid #ddd;
|
||||||
|
font-style: italic;
|
||||||
p {
|
margin: 0;
|
||||||
width: 100%;
|
padding-left: 1ch;
|
||||||
margin-left: 1ch;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header, #content, footer {
|
header, #content, footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user