fixes #2939: <code> Blocks Need CSS Styling

This commit is contained in:
r888888888
2017-03-27 16:00:43 -07:00
parent c74b1d532a
commit 7e40f9363d
2 changed files with 6 additions and 0 deletions

View File

@@ -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;

View File

@@ -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');