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:
parent
142146177c
commit
2e2afe0707
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user