2013-10-19 20:05:03 +02:00
|
|
|
.post {
|
2014-02-16 12:33:31 +01:00
|
|
|
margin: 8px;
|
2013-10-20 19:51:49 +02:00
|
|
|
}
|
|
|
|
.posts-wrapper {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.posts {
|
2014-02-16 12:33:31 +01:00
|
|
|
margin: -8px auto 0 auto;
|
2013-10-16 08:33:45 +02:00
|
|
|
}
|
2013-10-29 09:04:42 +01:00
|
|
|
|
|
|
|
.form-wrapper {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.small-screen .form-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
form.aligned {
|
2013-11-01 12:48:02 +01:00
|
|
|
margin: 0 auto;
|
2013-10-29 09:04:42 +01:00
|
|
|
width: 24em;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
form.aligned label.left {
|
|
|
|
width: 7em;
|
|
|
|
}
|
|
|
|
form h1 {
|
2013-11-01 12:48:02 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.mass-tag {
|
|
|
|
float: right;
|
2013-10-29 09:04:42 +01:00
|
|
|
}
|