Merge pull request #1020 from sharelatex/jel-wiki-tables

Add class for table without borders
This commit is contained in:
Jessica Lawshe 2018-10-12 08:55:51 -05:00 committed by GitHub
commit 1256d29af9

View file

@ -42,6 +42,11 @@
}
margin-bottom: @line-height-computed / 2;
}
.table-no-borders {
th, td {
border: 0px;
}
}
.example {
max-width: 100%;