Fixing the double-scrollbar problem in the browser window.

This commit is contained in:
hyatt%netscape.com 1999-07-09 00:39:35 +00:00
Родитель 291890d851
Коммит 852d5ca012
2 изменённых файлов: 2 добавлений и 28 удалений

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

@ -1,24 +0,0 @@
iframe {
border: 0px;
}
iframe[class=sidebarframe] {
width: 0px;
}
titledbutton[class=grippy] {
background-color: rgb(206, 207, 206);
border: 0px;
margin: 0px;
padding: 0px;
list-style-image:url(resource:/res/toolbar/grippy-horizontal-after.gif);
}
titledbutton[class=grippy][open=true] {
list-style-image:url(resource:/res/toolbar/grippy-horizontal-before.gif);
}
titledbutton[class=grippy]:hover {
background-color: rgb(204, 204, 255);
}

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

@ -156,8 +156,6 @@ window#main-window {
}
iframe#content-frame {
min-width: 10px;
min-height: 10px;
width: 100px;
height: 100px;
min-width: 0px;
min-height: 0px;
}