mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
31e258ae64
git-svn-id: http://svn.automattic.com/wordpress/trunk@7398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
32 lines
466 B
CSS
32 lines
466 B
CSS
body {
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
direction: rtl;
|
|
}
|
|
form {
|
|
margin-left:0;
|
|
margin-right:8px;
|
|
}
|
|
form .forgetmenot {
|
|
float:right;
|
|
}
|
|
form .submit {
|
|
float:left;
|
|
}
|
|
#login_error, .message {
|
|
margin:0 8px 16px 0;
|
|
}
|
|
#nav {
|
|
margin: 0 8px 0 0;
|
|
}
|
|
#user_pass, #user_login, #user_email {
|
|
margin-right:0;
|
|
margin-left: 6px;
|
|
direction:ltr;
|
|
}
|
|
h1 a {
|
|
text-decoration:none;
|
|
}
|
|
#backtoblog a {
|
|
left: auto;
|
|
right: 15px;
|
|
} |