mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Visual design fixes from iammattthomas, fixes #8313
git-svn-id: https://develop.svn.wordpress.org/trunk@9842 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -162,7 +162,7 @@ input[type="radio"] {
|
||||
|
||||
body,
|
||||
td {
|
||||
font: 13px "Lucida Grande", Verdana, Arial, sans-serif;
|
||||
font: 13px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
}
|
||||
|
||||
p {
|
||||
@@ -193,7 +193,7 @@ dt {
|
||||
textarea,
|
||||
input,
|
||||
select {
|
||||
font: 13px/19px "Lucida Grande", Verdana, Arial, sans-serif;
|
||||
font: 13px/19px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
margin: 1px;
|
||||
padding: 3px;
|
||||
}
|
||||
@@ -383,18 +383,19 @@ h6 {
|
||||
|
||||
.updated p,
|
||||
.error p {
|
||||
margin: 0.6em 0;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.wrap .updated,
|
||||
.wrap .error {
|
||||
margin: 0 0 12px;
|
||||
margin: 5px 0 12px;
|
||||
}
|
||||
|
||||
.wrap h2 {
|
||||
font: italic normal normal 24px/29px Georgia, "Times New Roman", Times, serif;
|
||||
font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
margin: 0;
|
||||
padding: 12px 15px 1px 0;
|
||||
text-shadow: rgba(255,255,255,1) 0px 1px 0px;
|
||||
}
|
||||
|
||||
.wrap h2.long-header {
|
||||
|
||||
Reference in New Issue
Block a user