Browse Source

remove default margin for table elements; fixes vichan-devel#95

pull/40/head
czaks 10 years ago
parent
commit
6804a2ede0
  1. 4
      stylesheets/style.css

4
stylesheets/style.css

@ -8,10 +8,6 @@ body {
padding-right: 4px;
}
table * {
margin: 1px;
}
a,a:visited {
text-decoration: underline;
color: #34345C;

Loading…
Cancel
Save