5c426e3fa2
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.
21 lines
239 B
CSS
Executable file
21 lines
239 B
CSS
Executable file
#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;
|
|
}
|