Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
xaksis committed Oct 12, 2018
1 parent 91adb9d commit 4350c19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions vp-docs/.vuepress/components/basic-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ export default {
<style>
table{
display: table;
margin: 0;
}
</style>
1 change: 1 addition & 0 deletions vp-docs/.vuepress/components/line-numbers-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default {
<style>
table{
display: table;
margin: 0;
}
tr {
border-top: none;
Expand Down
1 change: 1 addition & 0 deletions vp-docs/.vuepress/components/rtl-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default {
<style>
table{
display: table;
margin: 0;
}
tr {
border-top: none;
Expand Down
1 change: 1 addition & 0 deletions vp-docs/.vuepress/components/theme-example.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
<style>
table{
display: table;
margin: 0px;
}
tr {
border-top: none;
Expand Down

0 comments on commit 4350c19

Please sign in to comment.