mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
* src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to be
standards compliant (thanks to Sander Devrieze) SVN Revision: 383
This commit is contained in:
parent
8f90927d83
commit
2005205d24
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user