Set relative width for sidebar

This commit is contained in:
Frederic Guillot 2016-02-05 17:47:23 -05:00
parent 5b01ae3158
commit 9c15658089
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,8 @@
padding-right: 10px;
border-right: 1px dotted #eee;
font-size: 0.95em;
width: 240px;
max-width: 240px;
width: 18%;
-ms-flex: 0 100px;
-webkit-box-flex: 0;
-moz-box-flex: 0;