Skip to content

Instantly share code, notes, and snippets.

@mi-yo
Last active August 29, 2015 14:03
Show Gist options
  • Save mi-yo/6683cf0b30e1c552dbae to your computer and use it in GitHub Desktop.
Save mi-yo/6683cf0b30e1c552dbae to your computer and use it in GitHub Desktop.
Change inline code syntax to Redmine gitmike theme. https://github.com/makotokw/redmine-theme-gitmike
--- stylesheets/application.css.org 2014-04-09 06:36:20 +0900
+++ stylesheets/application.css 2014-06-30 00:32:13 +0900
@@ -221,7 +221,9 @@
div.wiki ul.toc { padding: 10px; }
div.wiki img { max-width: 100%; }
div.wiki table img { width: 100%; }
+div.wiki code { background-color: #f8f8f8; border: 1px solid #ddd; white-space: nowrap; padding: 1px 4px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
div.wiki pre { margin: 15px 0; background-color: #f8f8f8; border: 1px solid #ddd; font-size: 13px; line-height: 19px; overflow: auto; padding: 6px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
+div.wiki pre code { background: none; border: none; padding: 0; white-space: pre-wrap; }
#projects-index ul.projects ul.projects { border-left: 3px solid #E0E0E0; }
ul.projects.root { padding: 10px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment