szurubooru/public_html/media/css/post-list.css
Marcin Kurczewski bc43883339 Closed #54 - added mass tag
- Moved tag forms to separate files
- Tag forms got tag autocompletion
2013-10-29 23:00:21 +01:00

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;
}