1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 12:34:17 +00:00

base.css: improve look of /postkey/ page

Now list style is "outside" but list is moved to right a little, so list
looks pretty cool.
This commit is contained in:
Hidden Z 2011-02-19 16:13:48 +00:00
parent cc50eec9c2
commit 6ccc1341d9

View File

@ -52,10 +52,6 @@ td {
max-width: 220px;
}
ul {
list-style-position: inside;
}
div.menu {
float: left;
margin: 0px 20px 20px 0px;
@ -95,6 +91,10 @@ div.main {
color: #000011;
}
div.main li {
margin-left: 15px;
}
div.footer {
font-size: 8pt;
text-align: center;