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:
Andrew Ozz
2008-11-22 08:03:25 +00:00
parent 8c44ab6cff
commit 55281f0d8e
9 changed files with 109 additions and 97 deletions
+6 -5
View File
@@ -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 {