more col fixes

This commit is contained in:
jeena 2013-07-18 13:37:03 +02:00
parent 62699ab89c
commit 9a8f65d33f

View file

@ -160,10 +160,12 @@ footer #social {
.col3 .col { .col3 .col {
width: 33%; width: 33%;
float: left; float: left;
padding-right: 1em;
} }
.col3 .col:last-child { .col3 .col:last-child {
float: right;
padding-right: 0;
} }
.box { .box {