szurubooru/public_html/media/css/user-view.css

24 lines
254 B
CSS
Raw Normal View History

2013-10-14 10:22:53 +02:00
#sidebar {
font-size: 90%;
2013-10-14 10:22:53 +02:00
}
.avatar-wrapper {
text-align: center;
}
.options ul {
list-style-type: none;
margin: 0;
padding: 0;
}
2014-02-16 16:03:13 +01:00
#content form {
max-width: 30em;
}
2014-02-16 16:03:13 +01:00
#content form label {
width: 10em;
}
2014-02-16 16:03:13 +01:00
#content form .alert {
margin: 1em 0;
}