bug 160309 r=timeless sr=blake

part 2: classic theme has invalid property values
This commit is contained in:
cbiesinger%web.de 2002-08-11 12:08:33 +00:00
Родитель 017aaee729
Коммит abab5b6faf
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -95,7 +95,7 @@ toolbargrippy[tbgrippy-collapsed="true"] {
toolbargrippy[tbgrippy-collapsed="true"] > .toolbargrippy-texture { toolbargrippy[tbgrippy-collapsed="true"] > .toolbargrippy-texture {
margin-top: 0; margin-top: 0;
margin-left: 2px; margin-left: 2px;
width: none; width: 0px;
height: 6px; height: 6px;
} }

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

@ -93,7 +93,7 @@ toolbargrippy[tbgrippy-collapsed="true"] {
toolbargrippy[tbgrippy-collapsed="true"] > .toolbargrippy-texture { toolbargrippy[tbgrippy-collapsed="true"] > .toolbargrippy-texture {
margin-top: 0; margin-top: 0;
margin-left: 2px; margin-left: 2px;
width: none; width: 0px;
height: 6px; height: 6px;
} }