1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-03-09 20:01:18 +00:00

base.css: add "max-width" for "td"

This commit is contained in:
Hidden Z 2010-11-12 20:25:08 +00:00
parent 79a394cc45
commit aae191c876

View File

@ -48,6 +48,10 @@ tr {
border: 1px dashed #CCCCCC;
}
td {
max-width: 220px;
}
div.menu {
float: left;
margin: 0px 20px 20px 0px;