Add styling to the JSON format example
This commit is contained in:
parent
c395518ab3
commit
34181cf5ba
7
main.css
7
main.css
|
@ -31,6 +31,13 @@ body {
|
||||||
background: transparent !important;
|
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 */
|
/* Move the navbar contents onto the same line as the toggler */
|
||||||
#navbarCollapse {
|
#navbarCollapse {
|
||||||
margin-top: -3rem !important;
|
margin-top: -3rem !important;
|
||||||
|
|
Loading…
Reference in a new issue