This commit is contained in:
jeena 2013-07-18 13:14:35 +02:00
parent 850a925ae4
commit eee546a1c1

View file

@ -205,7 +205,7 @@ footer #social {
border-top: 5px solid #993533;
}
.col2 .first {
.col2 .col:first-child {
width: 33%;
vertical-align: top;
float: left;
@ -214,7 +214,7 @@ footer #social {
box-sizing: border-box; /* Opera/IE 8+ */
}
.col2 .second {
.col2 .col:last-child {
width: 66%;
vertical-align: top;
float: right;
@ -223,15 +223,10 @@ footer #social {
box-sizing: border-box; /* Opera/IE 8+ */
}
.col2.right .text {
.col2.right .col:first-child {
float: right;
}
.col2.right .second {
.col2.right .col:last-child {
float: right;
}
.col2 .second p:first-child {
margin-top: 0;
padding-top: 0;
}