Skip to content

Commit

Permalink
Change toggle icons to more intuitive ones #5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhauser committed Apr 25, 2016
1 parent 06b060d commit 0dff121
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -435,23 +435,23 @@ main {
padding-bottom: 0.5rem;
}

.wiki-content h2::before {
font-family: "FontAwesome";
content: "\f105";
padding: 0.5rem;
}

/* content toggle */
.wiki-content h2.toggable {
cursor: pointer;
}

.wiki-content h2.toggable::before {
font-family: "FontAwesome";
padding: 0.5rem;
}

.wiki-content h2.toggle-open::before {
content: "\f107";
content: "\f106";
}

.wiki-content h2.toggle-closed::before {
content: "\f106";
content: "\f107";
}

.wiki-content h2.toggle-closed + div.toggle-content {
Expand Down

0 comments on commit 0dff121

Please sign in to comment.