adjusted widths of main and column
This commit is contained in:
parent
1e51fa4657
commit
78ffc8ca0b
2 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ Module: style.css
|
|||
#column {
|
||||
background: #393939;
|
||||
float: left;
|
||||
width: 24% !important;
|
||||
width: 21%;
|
||||
width: 21% !important;
|
||||
width: 18%;
|
||||
font-size: 80% !important;
|
||||
font-size: 75%;
|
||||
margin: 0 0 15px 15px;
|
||||
|
|
|
@ -161,7 +161,7 @@ h6 { font-size: 0.9em }
|
|||
#main {
|
||||
float:right;
|
||||
position: relative;
|
||||
width: 71% !important;
|
||||
width: 74% !important;
|
||||
width: 71%;
|
||||
font-size: 100%;
|
||||
margin: 0 0.5em 0 1.2em;
|
||||
|
|
Loading…
Reference in a new issue