Huge Update, everything works fine now

This commit is contained in:
Sven Zemanek
2013-08-04 00:37:56 +02:00
parent 72a0c182fc
commit dca939fee4
10 changed files with 718 additions and 78 deletions
+17
View File
@@ -2,6 +2,10 @@ body {
font-family: sans-serif;
/*padding: 0em 0.5em 1em 0.5em;*/
}
.hsganswer{
width: 30px;
}
.statement {
border-width: 1px;
@@ -26,10 +30,23 @@ body {
background-repeat: no-repeat;
}
.bg-icon-circle.icon-white {
background-image: url("../img/circle-white.png");
background-position: 0px 0px;
}
.progress {
margin-bottom: 0px;
}
.top-buffer {
margin-top:100px;
}
.bottom-buffer {
margin-bottom:100px;
}
@media (min-width: 767px) {
.post {
max-width: 570px;