manager: enlarge a little bit the cells sidebar

This commit is contained in:
Frédéric Péters 2016-04-07 10:23:55 +02:00
parent f09c4396ca
commit 04d09a6ddf
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@ div#meta {
}
div#sidebar {
width: 15em;
width: 20em;
float: left;
}
div#page-content {
padding-left: 17em;
padding-left: 22em;
min-height: 5em;
}