-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.tabwid table{ | ||
border-spacing:0px !important; | ||
border-collapse:collapse; | ||
line-height:1; | ||
margin-left:auto; | ||
margin-right:auto; | ||
border-width: 0; | ||
border-color: transparent; | ||
caption-side: top; | ||
} | ||
.tabwid-caption-bottom table{ | ||
caption-side: bottom; | ||
} | ||
.tabwid_left table{ | ||
margin-left:0; | ||
} | ||
.tabwid_right table{ | ||
margin-right:0; | ||
} | ||
.tabwid td, .tabwid th { | ||
padding: 0; | ||
} | ||
.tabwid a { | ||
text-decoration: none; | ||
} | ||
.tabwid thead { | ||
background-color: transparent; | ||
} | ||
.tabwid tfoot { | ||
background-color: transparent; | ||
} | ||
.tabwid table tr { | ||
background-color: transparent; | ||
} | ||
.katex-display { | ||
margin: 0 0 !important; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.