content updates

This commit is contained in:
Tom Johnson
2015-08-12 23:35:12 -07:00
parent 691b7c8b0d
commit 094d706582
18 changed files with 8980 additions and 8524 deletions

View File

@ -157,9 +157,7 @@ table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
border-top: 0;
}
table > tbody + tbody {
b
}
table > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
@ -779,6 +777,13 @@ pre {
margin: 25px 0px;
}
.panel-heading {
font-weight: bold;
}
#json-box-container pre {
margin: 0px;
}
p.dataType {display: block; font-color: gray; font-size: 80%;}
dd {margin-left:20px;}