Remove some duplicates and combine some css selectors, props DH-Shredder, see #18314

git-svn-id: https://develop.svn.wordpress.org/trunk@18744 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-09-21 22:23:09 +00:00
parent ecb902c53d
commit 102335ed23
2 changed files with 26 additions and 30 deletions

File diff suppressed because one or more lines are too long

View File

@ -342,46 +342,44 @@ select {
padding: 3px; padding: 3px;
} }
h1,
h2,
h3,
h4,
h5,
h6 {
display: block;
font-weight: bold;
}
h1 { h1 {
display: block; font-size: 2em;
font-size: 2em; margin: .67em 0;
font-weight: bold;
margin: .67em 0;
} }
h2 { h2 {
display: block; font-size: 1.5em;
font-size: 1.5em; margin: .83em 0;
font-weight: bold;
margin: .83em 0;
} }
h3 { h3 {
display: block; font-size: 1.17em;
font-size: 1.17em; margin: 1em 0;
font-weight: bold;
margin: 1em 0;
} }
h4 { h4 {
display: block; font-size: 1em;
font-size: 1em; margin: 1.33em 0;
font-weight: bold;
margin: 1.33em 0;
} }
h5 { h5 {
display: block; font-size: 0.83em;
font-size: 0.83em; margin: 1.67em 0;
font-weight: bold;
margin: 1.67em 0;
} }
h6 { h6 {
display: block; font-size: 0.67em;
font-size: 0.67em; margin: 2.33em 0;
font-weight: bold;
margin: 2.33em 0;
} }
ul, ul,
@ -1015,7 +1013,8 @@ a.button-secondary {
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
} }
.approve { .approve,
.unapproved .unapprove {
display: none; display: none;
} }
@ -1025,10 +1024,6 @@ a.button-secondary {
display: inline; display: inline;
} }
.unapproved .unapprove {
display: none;
}
td.action-links, td.action-links,
th.action-links { th.action-links {
text-align: right; text-align: right;
@ -1071,6 +1066,7 @@ th.action-links {
ul#dismissed-updates { ul#dismissed-updates {
display: none; display: none;
} }
form.upgrade { form.upgrade {
margin-top: 8px; margin-top: 8px;
} }