Add styling to the JSON format example

This commit is contained in:
Neil Brommer 2017-12-12 15:17:54 -08:00
parent c395518ab3
commit 34181cf5ba

View file

@ -31,6 +31,13 @@ body {
background: transparent !important;
}
pre {
tab-size: 4;
-moz-tab-size: 4;
background-color: rgb(245, 245, 245);
padding: 10px;
}
/* Move the navbar contents onto the same line as the toggler */
#navbarCollapse {
margin-top: -3rem !important;