From 3523cc0795a9d849831cbd3e61326c91c6c7a925 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 7 Aug 2007 03:48:23 +0000 Subject: [PATCH] =?UTF-8?q?=EB=A7=81=ED=81=AC=EC=97=90=20=EC=83=89?= =?UTF-8?q?=EC=83=81=EC=9D=84=20=EB=84=A3=EC=9D=84=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?border-bottom=EC=9D=B4=20=EC=95=84=EB=8B=8C=20=EA=B8=B0?= =?UTF-8?q?=EB=B3=B8=20text-decoration:underline=EC=9D=84=20=EC=93=B0?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2228 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/css/default.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/common/css/default.css b/common/css/default.css index 8faeb9911..600c00cf1 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -51,10 +51,14 @@ form { margin:0; padding:0; } /* editor style */ a.bold { font-weight:bold; } -.editor_blue_text { color: #145ff9; text-decoration:none; border-bottom:2px solid #4a7fec; } -.editor_red_text { color: #f42126; text-decoration:none; border-bottom:2px solid #e54347; } -.editor_yellow_text { color: #c9bd00; text-decoration:none; border-bottom:2px solid #ece460; } -.editor_green_text { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B; } +.editor_blue_text { color: #145ff9; text-decoration:underline; } +.editor_blue_text a { color: #145ff9; text-decoration:underline; } +.editor_red_text { color: #f42126; text-decoration:underline; } +.editor_red_text a { color: #f42126; text-decoration:underline; } +.editor_yellow_text { color: #c9bd00; text-decoration:underline; } +.editor_yellow_text a { color: #c9bd00; text-decoration:underline; } +.editor_green_text { color: #08830B; text-decoration:underline; } +.editor_green_text a { color: #08830B; text-decoration:underline; } .folder_opener { display: block; } .folder_closer { display: none; }