mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
4c9d2e9dfa
commit
b7c7f9d1c2
@ -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