Create entries list section

This commit is contained in:
Joey Payne 2016-02-26 17:53:40 -07:00
commit b497ec46f2
5 changed files with 26 additions and 14 deletions

View file

@ -25,9 +25,13 @@ body, html{
.right{
float: right;
}
#entry-selector{
border-right: solid 1px #d9d9d9;
min-width: 250px;
}
#library-nav{
border-right: solid 1px #d9d9d9;
width: 300px;
min-width: 250px !important;
height: 100%;
min-height: 100%;
}