mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-17 14:23:51 +00:00
16 lines
153 B
CSS
16 lines
153 B
CSS
|
|
#nsfw-label {
|
|
float: left;
|
|
width: 300px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#nsfw-words {
|
|
float: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#nsfw-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|