update from sparkleup
This commit is contained in:
parent
252d59da4c
commit
4b9db414ef
|
@ -212,15 +212,15 @@ q.comment::before {
|
|||
float: left;
|
||||
border-top: 10px solid transparent;
|
||||
border-bottom: 10px solid transparent;
|
||||
border-right: 15px solid #ccc;
|
||||
margin-left: calc(-1rem - 2px);
|
||||
margin-top: -0.5rem;
|
||||
border-right: 20px solid #ccc;
|
||||
margin-left: calc(-1rem - 12px);
|
||||
margin-top: calc(-0.5rem - 1.5px);
|
||||
}
|
||||
|
||||
q.comment q.comment::before {
|
||||
border: none;
|
||||
}
|
||||
|
||||
p {
|
||||
p + p {
|
||||
clear: both;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue