From 0cb60078e4353eabd4a5994a2b1db4af7f750725 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 31 Jul 2007 07:05:15 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EC=B9=B4=EC=9A=B4?= =?UTF-8?q?=ED=84=B0=20=EC=8A=A4=ED=82=A8=EC=9D=98=20list-style:none=20?= =?UTF-8?q?=EC=A7=80=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@2089 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- widgets/counter_status/skins/default/normal/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/widgets/counter_status/skins/default/normal/style.css b/widgets/counter_status/skins/default/normal/style.css index 037ad55e5..528a1bea7 100644 --- a/widgets/counter_status/skins/default/normal/style.css +++ b/widgets/counter_status/skins/default/normal/style.css @@ -6,3 +6,5 @@ font-family:tahoma; font-size:8pt; } + +.counter_widget ul { list-style:none; }