mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 07:03:01 +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;
|
|
}
|
|
|
|
|