Skip to content

Commit

Permalink
Updated examples page
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Dec 13, 2017
1 parent 2a0091b commit 94b9405
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion examples/examples.css
@@ -1,3 +1,18 @@
body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.syntaxhighlighter {
padding: 1em 0;
}
}

p a {
text-decoration: underline;
font-weight: bold;
}

.top {
position: relative;
margin-left: 10px;
top: -10px;
}

0 comments on commit 94b9405

Please sign in to comment.