mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
22 lines
351 B
CSS
22 lines
351 B
CSS
.content-bar {
|
|
background-color: #cccccc;
|
|
float: left;
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 20%;
|
|
height: 100%;
|
|
padding: 10px;
|
|
margin: 5px;
|
|
}
|
|
|
|
.content-nav-box {
|
|
position: absolute;
|
|
top: 0px; left: 0px; height: 30%; width: 100%;
|
|
overflow: auto; background-color: yellow;
|
|
}
|
|
|
|
hr.method-separator {
|
|
width:25%;
|
|
margin-left:0;
|
|
}
|