Browse Source

base.css: remove left margin for table and increase it width

It makes browse table looks more nicely.
pull/1/head
Hidden Z 13 years ago
parent
commit
ab3567a41f
  1. 4
      pyi2phosts/static/base.css

4
pyi2phosts/static/base.css

@ -35,8 +35,8 @@ a:hover { @@ -35,8 +35,8 @@ a:hover {
table {
border-collapse: collapse;
width: 80%;
margin: 10px 0px 10px 20px;
width: 90%;
margin: 10px 0px 10px 0px;
}
tr:first-child {

Loading…
Cancel
Save