From 84615c3c0beb8436ad5eabfc56e9fc5fb2f79b23 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 17 Apr 2009 06:04:25 +0000 Subject: [PATCH] Fix typos in css. Props ranchnachos. fixes #9555 git-svn-id: https://develop.svn.wordpress.org/trunk@10980 602fd350-edb4-49c9-b593-d223f7449a82 --- 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;