1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-03-02 08:31:21 +01:00

Fix stretched table stylesheet

This commit is contained in:
Fredrick Brennan 2015-05-06 13:57:55 +08:00
parent fb2743ca9b
commit 52cfcb6d7c

View File

@ -24,13 +24,10 @@ main {
}
/* Tables */
table {
margin: auto;
width: 100%;
}
table {
margin: auto;
}
table.board-list-table {
width: 100%;
}
table tbody td {