2013-10-16 18:07:23 +02:00
|
|
|
.user img {
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
2013-10-16 13:07:01 +02:00
|
|
|
float: left;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
2013-10-16 18:07:23 +02:00
|
|
|
.user h1 {
|
2013-10-16 13:07:01 +02:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user {
|
|
|
|
line-height: 1.5em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
width: 25em;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav.sort-styles ul {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0 0 1em 0;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
nav.sort-styles li {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 105%;
|
|
|
|
margin: 0 1em;
|
|
|
|
padding-bottom: 0.2em;
|
|
|
|
}
|
|
|
|
nav.sort-styles li.active {
|
|
|
|
border-bottom: 3px solid firebrick;
|
|
|
|
}
|