Default width of main column to 50%

This will later be controled by draggin the col-splitter
This commit is contained in:
2016-10-11 18:05:23 +02:00
parent 40254f4427
commit d3812ff2c7

View File

@@ -57,6 +57,7 @@ nav.sidebar
#col_main
background-color: white
border-right: thin solid $color-background-dark
width: 50% // gets overriden by JS, dragging the col-splitter
#col_right
background-color: $color-background-light