Add board horizontal scrolling

This commit is contained in:
Frederic Guillot
2015-02-15 18:25:54 -05:00
parent 2fd2fe6e88
commit 794f7f7645
8 changed files with 65 additions and 36 deletions

View File

@@ -16,8 +16,14 @@ a.filter-on {
}
/* board table */
#board {
table-layout: fixed;
#board-container {
overflow-x: auto;
}
#board td,
#board th {
min-width: 230px;
max-width: 230px;
}
#board th a {