This commit is contained in:
jeena 2013-07-18 15:29:51 +02:00
parent 31f4141c00
commit f9ceb6561d
2 changed files with 9 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 817 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

View file

@ -9,6 +9,7 @@ body {
margin: 0;
padding: 20px 10%;
line-height: 1.4;
color: #3d3f3f;
}
a {
@ -122,6 +123,7 @@ ul {
clear: both;
border-top: 3px solid #90cb93;
padding: 2.5em 0 1.5em 0;
line-height: 1.7;
}
#stage:before,
@ -139,6 +141,12 @@ ul {
margin-bottom: 2em;
}
#stage small {
color: #616363;
line-height: 1.4;
display: block;
}
p.diagramm {
text-align: center;
margin: 4em 0;
@ -163,19 +171,16 @@ footer #social {
}
.col3 .col {
width: 33.333%;
width: 33%;
float: left;
text-align: center;
padding: 0 0.2em;
}
.col3 .col:first-child {
margin-left: -0.5em;
margin-right: 0.5em;
}
.col3 .col:last-child {
margin-right: -0.5em;
float: right;
}