Skip to content

Commit

Permalink
Revert "Add "Example" label to example code blocks"
Browse files Browse the repository at this point in the history
This reverts commit 69fc9ce.
  • Loading branch information
st0012 committed Oct 3, 2024
1 parent 58dfe05 commit ae94708
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/rdoc/generator/template/darkfish/css/rdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -601,24 +601,6 @@ main .method-source-code.active-menu {
max-height: 100vh;
}

main pre.ruby::before {
content: "Example";
color: var(--secondary-color);
border-bottom: 1px solid var(--border-color);
display: block;
padding: 10px 0;
font-size: 0.9em;
margin-bottom: 10px;
}

main pre.ruby {
margin: 0;
padding: 0px 16px 16px 16px;
overflow-x: auto;
border-radius: 4px;
border-color: var(--border-color);
}

main .method-description .method-calls-super {
color: var(--text-color);
font-weight: bold;
Expand Down

0 comments on commit ae94708

Please sign in to comment.