mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-11 12:40:55 +00:00
Refactored layout styles:
1. Now iPad vertical gets a collapsed sidebar with columns 2. Moved sidebar toggler styles from layout to sidebar/base 3. Added body class .sidebar-footer to support an always collapsed sidebar 4. Added $indented-lists (bool) for easily setting list indent preferences 5. Removed no-sidebar checking from sidebar-toggler, handled it through css.
This commit is contained in:
@ -175,6 +175,9 @@ pre, .highlight, .gist-highlight {
|
||||
|
||||
.highlight code { @extend .pre-code; background: #000;}
|
||||
figure[role=code] {
|
||||
background: none;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
margin-bottom: 1.5em;
|
||||
figcaption {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user