mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-03-10 04:11:02 +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;
|
border: 1px dashed #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
max-width: 220px;
|
||||||
|
}
|
||||||
|
|
||||||
div.menu {
|
div.menu {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0px 20px 20px 0px;
|
margin: 0px 20px 20px 0px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user