Fixed CSS to remove space between rows.

This commit is contained in:
Simone Bordet 2015-03-17 21:04:37 +01:00
parent 576892d739
commit c22088bfd0
1 changed files with 13 additions and 14 deletions

View File

@ -1,33 +1,32 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<style>
img {
width: 80px;
height: 80px;
border: 0px;
img {
width: 80px;
height: 80px;
border: 0;
display: block;
}
td {
width: 80px;
height: 80px;
width: 80px;
height: 80px;
}
tr {
height: 80px;
height: 80px;
}
table {
border-collapse: collapse;
}
}
table, th, td {
border: 0px solid black;
margin: 0px;
padding: 0px;
}
border: 0 solid black;
margin: 0;
padding: 0;
}
</style>
<body>