Merge "CSS to fix content appearing below side pane"

This commit is contained in:
Jenkins 2014-01-25 21:08:14 +00:00 committed by Gerrit Code Review
commit cb6f062fad
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ dt {
}
#main_content {
padding-left: 250px;
overflow: hidden;
padding-left: 25px;
padding-right: 25px;
}