Removed many deprecated addons

This commit is contained in:
Michael 2017-10-19 06:31:48 +00:00
commit 1b7283c72b
247 changed files with 28554 additions and 0 deletions

16
posterous/posterous.css Executable file
View file

@ -0,0 +1,16 @@
#posterous-enable-label, #posterous-username-label, #posterous-password-label, #posterous-site_id-label, #posterous-api_token-label, #posterous-bydefault-label {
float: left;
width: 200px;
margin-top: 10px;
}
#posterous-checkbox, #posterous-username, #posterous-password, #posterous-site_id, #posterous-api_token, #posterous-bydefault {
float: left;
margin-top: 10px;
}
#posterous-submit {
margin-top: 15px;
}