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;
|
2014-02-16 16:03:13 +01:00
|
|
|
margin-bottom: 1em;
|
2013-10-29 09:04:42 +01:00
|
|
|
}
|
|
|
|
.small-screen .form-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2014-02-16 16:03:13 +01:00
|
|
|
#content form {
|
2013-11-01 12:48:02 +01:00
|
|
|
margin: 0 auto;
|
2013-10-29 09:04:42 +01:00
|
|
|
width: 24em;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2014-02-16 16:03:13 +01:00
|
|
|
#content form label {
|
|
|
|
width: 9em;
|
2013-10-29 09:04:42 +01:00
|
|
|
}
|
2014-02-16 16:03:13 +01:00
|
|
|
#content 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
|
|
|
}
|