From 25887cc8bc7b3bd2c13d2ddcaf5111a1f6d46af7 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 9 Dec 2005 19:21:39 +0000 Subject: [PATCH] Peekaboo, I see you. fixes #2008 git-svn-id: http://svn.automattic.com/wordpress/trunk@3282 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-admin.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index d4d14f693..06ac71113 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -555,9 +555,17 @@ table .vers, table .name { margin-right: 190px; } +* html #template div { + margin-right: 0px; +} + +#template, #template div, #editcat, #addcat { + zoom: 1; +} + #template textarea { font: small 'Courier New', Courier, monospace; - width: 99%; + width: 97%; } #templateside {