Flow columns with better whitespace

This commit is contained in:
Andy Williams 2017-07-16 19:54:16 +01:00
parent 21252a576b
commit f135a3208d
1 changed files with 6 additions and 0 deletions

View File

@ -682,8 +682,14 @@ table {
box-shadow: none;
}
table.columns-plugin {
border: none;
}
table.columns-plugin td {
vertical-align: top;
border: none;
padding: 15px;
}
#ircbubble {