diff --git a/app/assets/stylesheets/common/dtext.scss b/app/assets/stylesheets/common/dtext.scss index b7926ea00..dfc071b68 100644 --- a/app/assets/stylesheets/common/dtext.scss +++ b/app/assets/stylesheets/common/dtext.scss @@ -59,6 +59,11 @@ div.prose { white-space: pre-wrap; } + code { + font-family: monospace; + background: #EEE; + } + div.expandable { margin-bottom: 1em; border: 1px inset #666; diff --git a/db/structure.sql b/db/structure.sql index 08ac0f916..7d30fe328 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -7561,3 +7561,4 @@ INSERT INTO schema_migrations (version) VALUES ('20170314235626'); INSERT INTO schema_migrations (version) VALUES ('20170316224630'); INSERT INTO schema_migrations (version) VALUES ('20170319000519'); +