libs-base/Tools/default-styles.css
2024-09-03 19:22:28 +02:00

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;
}