aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/web/ejabberd_web_admin.erl8
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 <alexey@sevcom.net>
+
+ * src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to be
+ standards compliant (thanks to Sander Devrieze)
+
2005-07-29 Alexey Shchepin <alexey@sevcom.net>
* 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;