From 7e40f9363d2ab239dfa11a7e90211629e3421de9 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Mon, 27 Mar 2017 16:00:43 -0700 Subject: [PATCH] fixes #2939: Blocks Need CSS Styling --- app/assets/stylesheets/common/dtext.scss | 5 +++++ db/structure.sql | 1 + 2 files changed, 6 insertions(+) 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'); +