Skip to content

Instantly share code, notes, and snippets.

@betabong
Created February 13, 2017 10:25
Show Gist options
  • Save betabong/05ad54f869b36d52aa8844766f683737 to your computer and use it in GitHub Desktop.
Save betabong/05ad54f869b36d52aa8844766f683737 to your computer and use it in GitHub Desktop.
HV Redmine CSS Override
.wiki.editable {
margin-bottom: 15px;
}
.wiki.editable code {
background: #f0f0f0;
}
.wiki.editable > code {
display: block;
padding: 1em;
margin: 1em 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment