1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00

base.css: convert menu identifiers to classes

This commit is contained in:
Hidden Z 2010-11-05 16:10:48 +00:00
parent b268a3157d
commit 490f9617c3

View File

@ -35,13 +35,13 @@ div.menu {
clear: left; /* fixes a bug in Opera */
}
#menu li {
.menu li {
margin-left: .5em;
padding-left: .5em;
list-style: none;
}
#menu ol, ul {
.menu ol, ul {
list-style-position: inside;
padding-left: 0em;
margin-top: 0em;