mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-09-01 00:22:07 +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;
|
background:inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 80%;
|
||||||
|
margin: 10px 0px 10px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr {
|
||||||
|
border: 1px dashed #CCCCCC;
|
||||||
|
}
|
||||||
|
|
||||||
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