fixes #2939: <code> Blocks Need CSS Styling
This commit is contained in:
@@ -59,6 +59,11 @@ div.prose {
|
|||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-family: monospace;
|
||||||
|
background: #EEE;
|
||||||
|
}
|
||||||
|
|
||||||
div.expandable {
|
div.expandable {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
border: 1px inset #666;
|
border: 1px inset #666;
|
||||||
|
|||||||
@@ -7561,3 +7561,4 @@ INSERT INTO schema_migrations (version) VALUES ('20170314235626');
|
|||||||
INSERT INTO schema_migrations (version) VALUES ('20170316224630');
|
INSERT INTO schema_migrations (version) VALUES ('20170316224630');
|
||||||
|
|
||||||
INSERT INTO schema_migrations (version) VALUES ('20170319000519');
|
INSERT INTO schema_migrations (version) VALUES ('20170319000519');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user