From 2e2afe07071d8e20bfe242c52eed5f639d9afc0a Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 14 Apr 2008 17:05:24 +0000 Subject: [PATCH] CSS typo fixes from spirit55555. fixes #6653 for trunk git-svn-id: https://develop.svn.wordpress.org/trunk@7662 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index bf7e63f6a2..4cb517992f 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -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 {