forked from cory/tildefriends
Give quoted text a bar on the side, like I'm used to.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4424 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
47b8c86426
commit
b52026c81f
@ -45,4 +45,10 @@ div.img_caption {
|
|||||||
div.img_caption::after {
|
div.img_caption::after {
|
||||||
content: ' ±';
|
content: ' ±';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border-left: 4px solid #fff;
|
||||||
|
margin-left: 8px;
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
`;
|
`;
|
Loading…
Reference in New Issue
Block a user