+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
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;