CSS typo fixes from spirit55555. fixes #6653 for trunk

git-svn-id: http://svn.automattic.com/wordpress/trunk@7662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-04-14 17:05:24 +00:00
parent 4c9d2e9dfa
commit b7c7f9d1c2
1 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@ form#upload #post_content, form#upload #post_title {
}
.form-invalid input {
border-width: 1px; !important
border-style: solid; !important
border-width: 1px !important;
border-style: solid !important;
}
@ -1436,7 +1436,7 @@ ul.view-switch li.current {
background-image: url(images/tail.gif);
background-repeat: no-repeat;
background-position: 15px bottom;
background-color: thansparent;
background-color: transparent;
}
#tTips p#tTips_inside {