Bug 1048277 - Fix selector for hiding about:neterror icon when content area is sufficiently small. r=Unfocused

This commit is contained in:
Birunthan Mohanathas 2014-08-04 07:40:13 -07:00
Родитель 2a71f17fe3
Коммит ceef176362
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -52,7 +52,7 @@ ul {
}
@media (max-width: 675px) {
#errorTitle {
#errorTitleText {
padding-top: 0;
background-image: none;
-moz-padding-start: 0;