friendica-addons/yourls/yourls.css
Keith Fernie 5c426e3fa2 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.
2012-02-09 21:15:41 +00:00

22 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;
}