23 lines
254 B
CSS
23 lines
254 B
CSS
#sidebar {
|
|
font-size: 90%;
|
|
}
|
|
|
|
.avatar-wrapper {
|
|
text-align: center;
|
|
}
|
|
|
|
.options ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#content form {
|
|
max-width: 30em;
|
|
}
|
|
#content form label {
|
|
width: 10em;
|
|
}
|
|
#content form .alert {
|
|
margin: 1em 0;
|
|
}
|