mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-04 04:42:53 +00:00
14 lines
109 B
CSS
Executable file
14 lines
109 B
CSS
Executable file
|
|
|
|
|
|
#numfriends-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
#numfriends {
|
|
float: left;
|
|
}
|
|
|
|
|