From 7ac341174db1df4b83cc3c9b736bd4a994a1fc3a Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 17 Apr 2009 06:04:25 +0000 Subject: [PATCH] Fix typos in css. Props ranchnachos. fixes #9555 git-svn-id: http://svn.automattic.com/wordpress/trunk@10980 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index b23ccef3a8..fe19ada700 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1128,7 +1128,7 @@ div.comment-item:hover .row-actions { .post-com-count span { font-size: 9px; - font-weight: bild; + font-weight: bold; height: 1.7em; line-height: 1.70em; min-width: 0.7em; @@ -1249,7 +1249,7 @@ strong .post-com-count { .form-table .color-palette td { border-width: 1px 1px 0; - border-stile: solid solid none; + border-style: solid solid none; height: 10px; line-height: 20px; width: 10px;