update from sparkleup
This commit is contained in:
parent
5051da6e41
commit
71f6fb2a9e
14
style.css
14
style.css
|
@ -202,6 +202,18 @@ q.comment .attribution, q.comment .date {
|
|||
|
||||
q.comment::before, q.comment::after {
|
||||
content: "";
|
||||
display: table;
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
q.comment::before {
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-top: 10px solid transparent;
|
||||
border-bottom: 10px solid transparent;
|
||||
border-right: 10px solid #000;
|
||||
}
|
||||
|
||||
p {
|
||||
clear: both;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue