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 {
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…
Cancel
Save