1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-03-13 05:41:37 +00:00

pyi2phosts/static/base.css: add rules for "table" and "tr" tags

This commit is contained in:
Hidden Z 2010-11-07 08:01:15 +00:00
parent b67a9e9cc6
commit b9386d4a4a

View File

@ -24,6 +24,16 @@ a:hover {
background:inherit;
}
table {
border-collapse: collapse;
width: 80%;
margin: 10px 0px 10px 20px;
}
tr {
border: 1px dashed #CCCCCC;
}
div.menu {
float: left;
margin: 0px 20px 20px 0px;