mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 09:21:03 +01:00
31e258ae64
git-svn-id: http://svn.automattic.com/wordpress/trunk@7398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
19 lines
211 B
CSS
19 lines
211 B
CSS
body {
|
|
font-size: 11px;;
|
|
}
|
|
ul, ol {
|
|
padding: 5px 22px 5px 5px;
|
|
}
|
|
.form-table th {
|
|
text-align: right;
|
|
}
|
|
input {
|
|
padding: 1px
|
|
}
|
|
#logo {
|
|
text-align: left;
|
|
}
|
|
#admin_email {
|
|
direction: ltr;
|
|
text-align: left;
|
|
} |