mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 22:41:16 +00:00
Merge pull request #1020 from sharelatex/jel-wiki-tables
Add class for table without borders
This commit is contained in:
commit
1256d29af9
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@
|
|||
}
|
||||
margin-bottom: @line-height-computed / 2;
|
||||
}
|
||||
.table-no-borders {
|
||||
th, td {
|
||||
border: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.example {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue