Added draft AV post

This commit is contained in:
2018-08-30 20:20:50 +01:00
parent cf1a8a8411
commit e19ed52605
4 changed files with 98 additions and 1 deletions

View File

@@ -227,3 +227,19 @@ footer {
vertical-align: bottom;
}
}
table {
width: 100%;
border-spacing: 0;
border-collapse: collapse;
&, tr, td, th, tbody, thead {
margin: 0;
padding: 0;
}
th, td {
padding: 5px;
border: 1px solid #3d4145;
}
}