style: use whole width for content (#9836)

This commit is contained in:
Frédéric Péters 2016-02-02 15:12:34 +01:00
parent 97f5fb7c23
commit d3980d753b
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,7 @@ ul.messages li {
/* main content */
div#main-content {
width: 95%;
width: 100%;
margin-left: 0;
padding: 0 6px 0 16px;
border: 1px solid #ccc;
@ -159,6 +159,7 @@ div#main-content {
position: relative;
overflow-x: auto;
overflow-y: hidden;
box-sizing: border-box;
}
div#main-content h2 {