mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 09:21:03 +01:00
5d4bb4cd7a
git-svn-id: http://svn.automattic.com/wordpress/trunk@13255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
31 lines
460 B
CSS
31 lines
460 B
CSS
body {
|
|
font-family: Tahoma, arial;
|
|
}
|
|
form {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
}
|
|
form .forgetmenot {
|
|
float: right;
|
|
}
|
|
#login form .submit input {
|
|
font-family: Tahoma, arial;
|
|
}
|
|
form .submit { float: left; }
|
|
#backtoblog a {
|
|
left: auto;
|
|
right: 15px;
|
|
}
|
|
#login_error, .message {
|
|
margin: 0 8px 16px 0;
|
|
}
|
|
#nav { margin: 0 8px 0 0; }
|
|
#user_pass, #user_login, #user_email {
|
|
margin-left: 6px;
|
|
margin-right: 0;
|
|
direction:ltr;
|
|
}
|
|
h1 a {
|
|
text-decoration: none;
|
|
}
|