Merge pull request #559 from dhrp/docs-table-th-fix

- Documentation: CSS fix for docker documentation to make REST API docs look better.
Upstream-commit: 45b5d3027ee0ebeff98559ad4fbb5b1085eb9c0a
Component: engine
This commit is contained in:
Ken Cochrane
2013-05-08 12:18:33 -07:00
2 changed files with 9 additions and 0 deletions

View File

@ -330,3 +330,7 @@ section.header {
@media (max-width: 480px) {
}
/* Misc fixes */
table th {
text-align: left;
}

View File

@ -449,4 +449,9 @@ section.header {
@media (max-width: 480px) {
}
/* Misc fixes */
table th {
text-align: left;
}