From fcb2a69febeb04becd1d760a473663192f29b40d Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 9 Dec 2005 19:21:39 +0000 Subject: [PATCH] Peekaboo, I see you. fixes #2008 git-svn-id: https://develop.svn.wordpress.org/trunk@3282 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 d4d14f693b..06ac711136 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 {