fine tuned width of body container
This commit is contained in:
parent
92cdd986df
commit
740105c7fa
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ h6 { font-size: 0.9em }
|
||||||
/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
|
/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
|
||||||
#body-container {
|
#body-container {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 67% !important;
|
width: 69% !important;
|
||||||
width: 67%; /* fix for I.E. */
|
width: 69%; /* fix for I.E. */
|
||||||
margin: 0 auto 10px auto;
|
margin: 0 auto 10px auto;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: #2D2D2D;
|
background-color: #2D2D2D;
|
||||||
|
|
Loading…
Reference in a new issue