Everyone hates the inset border. Me too.

This commit is contained in:
slamm%netscape.com 1999-09-16 21:28:32 +00:00
parent 0f19259cab
commit ef0379cabc
2 changed files with 24 additions and 20 deletions

View File

@ -1,3 +1,14 @@
box#sidebarbox
{
height: 200px;
width: 200px;
overflow: auto
}
splitter#sidebarsplitter
border: 1px solid outset
}
box#sidebarbox[hidden="true"] {
display: none
}
@ -6,17 +17,8 @@ splitter#sidebarsplitter[hidden="true"] {
display: none
}
box#sidebarbox
box#sidebarpanels
{
border: 2px inset gray;
height: 200px;
width: 200px;
overflow: auto
}
box#appcontent
{
border: 2px inset gray;
}
iframe.panelframe {

View File

@ -1,3 +1,14 @@
box#sidebarbox
{
height: 200px;
width: 200px;
overflow: auto
}
splitter#sidebarsplitter
border: 1px solid outset
}
box#sidebarbox[hidden="true"] {
display: none
}
@ -6,17 +17,8 @@ splitter#sidebarsplitter[hidden="true"] {
display: none
}
box#sidebarbox
box#sidebarpanels
{
border: 2px inset gray;
height: 200px;
width: 200px;
overflow: auto
}
box#appcontent
{
border: 2px inset gray;
}
iframe.panelframe {