more col fixes

This commit is contained in:
jeena 2013-07-18 13:30:41 +02:00
parent aebeeb0478
commit d6861acfbd

View file

@ -157,9 +157,13 @@ footer #social {
clear: both; clear: both;
} }
.col3 .box { .col3 .col {
width: 33%; width: 33%;
display: inline-block; float: left;
}
.col3 .col:last-child {
} }
.box { .box {
@ -214,11 +218,13 @@ footer #social {
.col2 .col:first-child { .col2 .col:first-child {
float: left; float: left;
width: 50%; width: 50%;
padding-right: 0.5em;
} }
.col2 .col:last-child { .col2 .col:last-child {
float: right; float: right;
width: 50%; width: 50%;
padding-left: 0.5em;
} }
.col2.left .col:first-child { .col2.left .col:first-child {