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:
parent
79a394cc45
commit
aae191c876
@ -48,6 +48,10 @@ tr {
|
||||
border: 1px dashed #CCCCCC;
|
||||
}
|
||||
|
||||
td {
|
||||
max-width: 220px;
|
||||
}
|
||||
|
||||
div.menu {
|
||||
float: left;
|
||||
margin: 0px 20px 20px 0px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user