Merge pull request #3489 from techAPJ/patch-3

UX: fix blockquote in firefox
This commit is contained in:
Régis Hanol 2015-05-19 12:25:37 +02:00
commit 666b5b40a5
1 changed files with 1 additions and 0 deletions

View File

@ -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 {