1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

- Documentation: CSS fix for docker documentation to make REST API docs look better.
This commit is contained in:
Ken Cochrane 2013-05-08 12:18:33 -07:00
commit 45b5d3027e
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

@ -450,3 +450,8 @@ section.header {
}
/* Misc fixes */
table th {
text-align: left;
}