fixed 3col startpage

This commit is contained in:
jeena 2013-07-18 15:04:42 +02:00
parent a4aaa23422
commit bd0132c4b4
3 changed files with 10 additions and 14 deletions

BIN
public/img/page/aendert.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -90,7 +90,6 @@ textarea {
padding: 0 10px;
}
.right {
float: right;
}

View file

@ -165,17 +165,22 @@ footer #social {
.col3 .col {
width: 33.333%;
float: left;
padding-right: 1em;
text-align: center;
padding: 0 0.2em;
}
.col3 .col:first-child {
margin-left: -0.5em;
margin-right: 0.5em;
}
.col3 .col:last-child {
padding-right: 0;
margin-right: -0.5em;
float: right;
}
.box {
vertical-align: top;
padding-bottom: 0.1em;
margin-bottom: 0.1em;
}
.box .content {
@ -201,16 +206,8 @@ footer #social {
vertical-align: middle;
}
.box.cite {
.box.cite h2 {
background: #216f85;
color: white;
padding: 2em;
text-align: center;
font-style: italic;
font-weight: bold;
font-size: 2em;
min-height: 276px;
vertical-align: middle;
}
.col2.line, .col3.line {