changed width to fit my needs
This commit is contained in:
parent
9b1727f241
commit
0a79c3c2ed
2 changed files with 3 additions and 3 deletions
|
@ -120,8 +120,8 @@ h6 { font-size: 0.9em }
|
|||
/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
|
||||
#body-container {
|
||||
text-align: left;
|
||||
width: 67% !important;
|
||||
width: 67%; /* fix for I.E. */
|
||||
width: 72% !important;
|
||||
width: 72%; /* fix for I.E. */
|
||||
margin: 0 auto 10px auto;
|
||||
padding: 5px;
|
||||
background-color: #2D2D2D
|
||||
|
|
Loading…
Reference in a new issue