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

Added a line to css to make sure th woul align left.

This commit is contained in:
Thatcher Peskens 2013-05-08 12:13:31 -07:00
parent 7b1ec9ff30
commit 070b1cd541
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;
}