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:
parent
b67a9e9cc6
commit
b9386d4a4a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user