tables in notes fixes #46

This commit is contained in:
Dave Snider 2013-11-06 13:21:13 -08:00
parent e23f4817f7
commit e30cc2e2af
2 changed files with 7 additions and 1 deletions

View File

@ -54,6 +54,12 @@
@extend .wy-alert.wy-alert-danger @extend .wy-alert.wy-alert-danger
.warning, .caution, .attention .warning, .caution, .attention
@extend .wy-alert.wy-alert-warning @extend .wy-alert.wy-alert-warning
// Some people put tables in notes. Let's give them very basic support.
.admonition table
border-color: rgba(0,0,0,.1)
td, th
background: transparent !important
border-color: rgba(0,0,0,.1) !important
.section ul, ul.simple, ul.stimple ul, .toctree-wrapper ul .section ul, ul.simple, ul.stimple ul, .toctree-wrapper ul
@extend .wy-plain-list-disc @extend .wy-plain-list-disc
.section ol, ol.simple, ol.arabic .section ol, ol.simple, ol.arabic

File diff suppressed because one or more lines are too long