forked from friendica/friendica-addons
14 lines
185 B
CSS
14 lines
185 B
CSS
|
|
|
|
|
|
#page-settings-label, #page-random-label, #page-profile-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
#page-max-pages, #page-random, #page-profile {
|
|
float: left;
|
|
}
|
|
|