]> granicus.if.org Git - ejabberd/commitdiff
* src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to be
authorAlexey Shchepin <alexey@process-one.net>
Sun, 31 Jul 2005 01:18:17 +0000 (01:18 +0000)
committerAlexey Shchepin <alexey@process-one.net>
Sun, 31 Jul 2005 01:18:17 +0000 (01:18 +0000)
standards compliant (thanks to Sander Devrieze)

SVN Revision: 383

ChangeLog
src/web/ejabberd_web_admin.erl

index 3e85ed07c544b4b718ea916f96cb6942141836b8..1a979eb3316605e00d8fa480cf494f73bc2963ea 100644 (file)
--- 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
index 86bccb2a956f3cd15c6534b1de4806b61ef56f12..d3d7ffa01e0d43680d8d516fa86431bfaa35ca20 100644 (file)
@@ -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;