From 610df5a83fb981d747095dc406bfa2c99cb894ef Mon Sep 17 00:00:00 2001 From: bnu Date: Wed, 23 Jan 2008 14:28:13 +0000 Subject: [PATCH] =?UTF-8?q?=EC=BD=94=EB=93=9C=ED=95=98=EC=9D=B4=EB=9D=BC?= =?UTF-8?q?=EC=9D=B4=ED=84=B0=20CSS=EC=B6=A9=EB=8F=8C=20=EC=88=98=EC=A0=95?= =?UTF-8?q?(=EC=9E=84=EC=8B=9C=EB=B0=A9=ED=8E=B8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3584 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../components/code_highlighter/css/SyntaxHighlighter.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/components/code_highlighter/css/SyntaxHighlighter.css b/modules/editor/components/code_highlighter/css/SyntaxHighlighter.css index 1025b0057..753510002 100755 --- a/modules/editor/components/code_highlighter/css/SyntaxHighlighter.css +++ b/modules/editor/components/code_highlighter/css/SyntaxHighlighter.css @@ -210,7 +210,7 @@ .dp-xml {} .dp-xml .cdata { color: #ff1493; } .dp-xml .comments { color: green; } -.dp-xml .tag { font-weight: bold; color: blue; } +.dp-xml .tag { margin: 0; padding: 0; background: none; font-weight: bold; color: blue; } .dp-xml .tag-name { color: black; font-weight: bold; } .dp-xml .attribute { color: red; } .dp-xml .attribute-value { color: blue; }