mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-02 01:44:40 +00:00
base.css: remove left margin for table and increase it width
It makes browse table looks more nicely.
This commit is contained in:
parent
e6db0d3ff2
commit
ab3567a41f
@ -35,8 +35,8 @@ a:hover {
|
|||||||
|
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 80%;
|
width: 90%;
|
||||||
margin: 10px 0px 10px 20px;
|
margin: 10px 0px 10px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:first-child {
|
tr:first-child {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user