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

This commit is contained in:
czaks 2014-10-05 22:16:36 +02:00
parent 2b1a1dffa4
commit 6804a2ede0

View File

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