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

base.css: remove left margin for table and increase it width

It makes browse table looks more nicely.
This commit is contained in:
Hidden Z 2011-02-19 16:27:59 +00:00
parent e6db0d3ff2
commit ab3567a41f

View File

@ -35,8 +35,8 @@ a:hover {
table {
border-collapse: collapse;
width: 80%;
margin: 10px 0px 10px 20px;
width: 90%;
margin: 10px 0px 10px 0px;
}
tr:first-child {