improved makefile dependencies checking, posterous connector

This commit is contained in:
friendica 2011-11-14 19:13:54 -08:00
parent bbb8a4537f
commit a18b91b73e
6 changed files with 475 additions and 13 deletions

16
posterous/posterous.css Normal file
View file

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