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