mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
modified: statusnet.tgz First url shortener is a custom YourLS url shortener, if it is configured.
modified: statusnet/statusnet.php First url shortener is a custom YourLS url �shortener, if it is configured. modified: twitter.tgz First url shortener is a custom YourLS url �shortener, if it is configured. modified: twitter/twitter.php First url shortener is a custom YourLS url �shortener, if it is configured. new file: yourls.tgz sets up the config for a custom YourLS url shortener. new file: yourls/README sets up the config for a custom YourLS url shortener. new file: yourls/yourls.css sets up the config for a custom YourLS url shortener. new file: yourls/yourls.php sets up the config for a custom YourLS url shortener.
This commit is contained in:
parent
fbc44b2135
commit
5c426e3fa2
8 changed files with 161 additions and 9 deletions
21
yourls/yourls.css
Executable file
21
yourls/yourls.css
Executable file
|
@ -0,0 +1,21 @@
|
|||
#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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue