bc43883339
- Moved tag forms to separate files - Tag forms got tag autocompletion
27 lines
321 B
CSS
27 lines
321 B
CSS
.post {
|
|
margin: 0.5em;
|
|
}
|
|
.posts-wrapper {
|
|
text-align: center;
|
|
}
|
|
.posts {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.form-wrapper {
|
|
text-align: center;
|
|
}
|
|
.small-screen .form-wrapper {
|
|
width: 100%;
|
|
}
|
|
form.aligned {
|
|
width: 24em;
|
|
text-align: left;
|
|
margin: 0 auto;
|
|
}
|
|
form.aligned label.left {
|
|
width: 7em;
|
|
}
|
|
form h1 {
|
|
text-align: center;
|
|
}
|