feat(aio): comment cleanup, API table styles

- API table styling
- Cleanup on resource page comments
This commit is contained in:
Stefanie Fluin
2017-05-01 10:01:02 -07:00
committed by Matias Niemelä
parent e263e19a2a
commit 04dc24820d
4 changed files with 16 additions and 5 deletions

View File

@ -7,6 +7,15 @@
table.api-table {
min-width: 680px;
thead th {
color: white;
font-size: 16px;
background-color: $blue;
border-radius: 4px 4px 0 0;
text-transform: none;
padding: 8px 24px;
}
tbody {
pre {
@ -18,6 +27,10 @@
td, th {
padding: 0;
}
th {
max-width: 150px;
}
}
}