Improve spoiler
This commit is contained in:
parent
3c6108298c
commit
627cf37996
7 changed files with 27 additions and 55 deletions
|
@ -293,11 +293,4 @@ a.view-pdf {
|
|||
}
|
||||
details summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
details[open] p {
|
||||
background: #def;
|
||||
padding: 0.3em !important;
|
||||
border: 1px solid grey;
|
||||
border-radius: 4px;
|
||||
margin-top: 0 !important;
|
||||
}
|
|
@ -3,6 +3,7 @@ window.MathJax = {
|
|||
tex2jax: {
|
||||
inlineMath: [
|
||||
['~', '~'],
|
||||
['$', '$'],
|
||||
['\\(', '\\)']
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue