mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
tables in notes fixes #46
This commit is contained in:
parent
e23f4817f7
commit
e30cc2e2af
|
@ -54,6 +54,12 @@
|
|||
@extend .wy-alert.wy-alert-danger
|
||||
.warning, .caution, .attention
|
||||
@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
|
||||
@extend .wy-plain-list-disc
|
||||
.section ol, ol.simple, ol.arabic
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user