CSS rule fixes from Nao and ionfish. fixes #5993

git-svn-id: http://svn.automattic.com/wordpress/trunk@7020 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-25 18:33:39 +00:00
parent fd18739a7a
commit 0b5c3cce1e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
div#media-upload-header {
background-color: #eaf3fa;
margin: none;
margin: 0;
padding: 1em 0.5em 0.5em 0.5em;
font-weight: bold;
}
@@ -170,7 +170,7 @@ span.filename {
width: 100%;
}
.startopen .describe {
display: auto;
display: block;
}
.required abbr {
color: red;