mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 08:10:49 +00:00
give some visual separation to index areas
This commit is contained in:
parent
4a506cb048
commit
e14da974c7
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
border-right: 1px solid grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-bar-top {
|
.content-bar-top {
|
||||||
|
@ -14,6 +15,7 @@
|
||||||
height: 30%;
|
height: 30%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
border-bottom: 1px solid grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-bar-top-body {
|
.content-bar-top-body {
|
||||||
|
|
Loading…
Reference in a new issue