From 2005205d249a4d8e616e91ced9ce136ea3ac1771 Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Sun, 31 Jul 2005 01:18:17 +0000 Subject: [PATCH] * src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to be standards compliant (thanks to Sander Devrieze) SVN Revision: 383 --- ChangeLog | 5 +++++ src/web/ejabberd_web_admin.erl | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e85ed07c..1a979eb33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-31 Alexey Shchepin + + * src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to be + standards compliant (thanks to Sander Devrieze) + 2005-07-29 Alexey Shchepin * src/web/ejabberd_web_admin.erl: Added "Virtual Hosts" page diff --git a/src/web/ejabberd_web_admin.erl b/src/web/ejabberd_web_admin.erl index 86bccb2a9..d3d7ffa01 100644 --- a/src/web/ejabberd_web_admin.erl +++ b/src/web/ejabberd_web_admin.erl @@ -452,26 +452,26 @@ h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; - text-decoration: underlined; + text-decoration: underline; } #content a:visited { color: #990000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; - text-decoration: underlined; + text-decoration: underline; } #content a:hover { color: #cc6600; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; - text-decoration: underlined; + text-decoration: underline; } #content ul li { - list-style-type: dot; + list-style-type: disc; font-size: 10pt; /*font-size: 7pt;*/ padding-left: 10px;