diff options
author | Alexey Shchepin <alexey@process-one.net> | 2005-07-31 01:18:17 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2005-07-31 01:18:17 +0000 |
commit | 2005205d249a4d8e616e91ced9ce136ea3ac1771 (patch) | |
tree | c136476dd0308cffc1135fc7989732d6bdc0d3c7 | |
parent | * src/web/ejabberd_web_admin.erl: Added "Virtual Hosts" page (diff) |
* src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to be
standards compliant (thanks to Sander Devrieze)
SVN Revision: 383
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/web/ejabberd_web_admin.erl | 8 |
2 files changed, 9 insertions, 4 deletions
@@ -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; |