Created
February 13, 2017 10:25
-
-
Save betabong/05ad54f869b36d52aa8844766f683737 to your computer and use it in GitHub Desktop.
HV Redmine CSS Override
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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