Merge pull request #3489 from techAPJ/patch-3
UX: fix blockquote in firefox
This commit is contained in:
commit
666b5b40a5
|
@ -30,6 +30,7 @@ blockquote {
|
|||
background-color: scale-color-diff();
|
||||
border-left: 5px solid darken(scale-color-diff(), 10%);
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
a.no-href {
|
||||
|
|
Loading…
Reference in New Issue