Add styling to the JSON format example
This commit is contained in:
parent
c395518ab3
commit
34181cf5ba
1 changed files with 7 additions and 0 deletions
7
main.css
7
main.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue