Skip to content

Commit

Permalink
Fjerner utkommentert kode.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrownlee committed Dec 4, 2015
1 parent 20311a7 commit 15d9c63
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions examples/examples.less
Original file line number Diff line number Diff line change
Expand Up @@ -333,30 +333,6 @@ pre {
word-wrap:break-word;
}

/*
.collapse-link + .code-block {
display: none;
}
.collapse-link--open + .code-block {
display: block;
margin-top: 20px;
}
.code-block {
font-family: consolas, menlo, monaco, monospace;
font-size: 14px;
background-color: @grey-light-bg;
border-left: solid 10px lightgray;
padding: 40px;
white-space: pre;
line-height: 1;
display: block;
overflow-y: hidden;
overflow-x: auto;
}
*/

// Navigation
.navigation-bar {
text-align: center;
Expand Down

0 comments on commit 15d9c63

Please sign in to comment.