mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-14 06:42:35 +00:00
Fix issue where Font Awesome overrides .hidden
's display: none
This commit is contained in:
parent
fe1ba71d45
commit
84d848f292
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
|
|||
.right { float: right; }
|
||||
.boring { opacity: 0.6; }
|
||||
.hide-boring .boring { display: none; }
|
||||
.hidden { display: none; }
|
||||
.hidden { display: none !important; }
|
||||
|
||||
h2, h3 { margin-top: 2.5em; }
|
||||
h4, h5 { margin-top: 2em; }
|
||||
|
|
Loading…
Reference in a new issue