added Random Planets, Empirial Version

Also, "blogger", but that is still in progress and untested.
This commit is contained in:
tony baldwin 2012-04-10 08:44:31 -04:00
parent 403022498d
commit bf09c24e15
5 changed files with 411 additions and 0 deletions

16
blogger/blogger.css Executable file
View file

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