CSS typo fixes from spirit55555. fixes #6653 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@7662 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-04-14 17:05:24 +00:00
parent 142146177c
commit 2e2afe0707
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 {