Bug 1164569 - text overlaps image on SSLv3 error page. r=past

This commit is contained in:
Tim P 2016-01-01 21:13:46 +02:00 коммит произвёл Panos Astithas
Родитель e0cb4c6f0e
Коммит 43413e86ca
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -64,7 +64,9 @@ ul {
}
@media (max-width: 675px) {
#errorTitle {
#errorTitle,
#errorTitle[sslv3=true],
#errorTitle[weakCrypto=true] {
padding-top: 0;
background-image: none;
-moz-padding-start: 0;