2013-10-14 10:22:53 +02:00
|
|
|
#sidebar {
|
2013-10-15 13:14:48 +02:00
|
|
|
font-size: 90%;
|
2013-10-14 10:22:53 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 00:41:04 +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;
|
2013-10-15 00:41:04 +02:00
|
|
|
}
|
2014-02-16 16:03:13 +01:00
|
|
|
#content form label {
|
|
|
|
width: 10em;
|
2013-10-15 13:14:48 +02:00
|
|
|
}
|
2014-02-16 16:03:13 +01:00
|
|
|
#content form .alert {
|
|
|
|
margin: 1em 0;
|
2013-10-19 20:58:51 +02:00
|
|
|
}
|