mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-06 00:23:26 +00:00
21 lines
237 B
CSS
21 lines
237 B
CSS
#yourls-label {
|
|
float: left;
|
|
width: 300px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
yourls-url {
|
|
float: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#yourls-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.yourls {
|
|
text-align: left;
|
|
width: 100%;
|
|
margin-top: 25px;
|
|
font-size: 20px;
|
|
}
|