bf09c24e15
Also, "blogger", but that is still in progress and untested.
17 lines
306 B
CSS
Executable file
17 lines
306 B
CSS
Executable file
|
|
#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;
|
|
}
|
|
|