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

Upstream-commit: 070b1cd541cb8a60755a3c5244af00bca6ccaf51
Component: engine
This commit is contained in:
Thatcher Peskens
2013-05-08 12:13:31 -07:00
parent 2c41182b97
commit 6a329f5dc0
2 changed files with 9 additions and 0 deletions
@@ -330,3 +330,7 @@ section.header {
@media (max-width: 480px) {
}
/* Misc fixes */
table th {
text-align: left;
}
@@ -449,4 +449,9 @@ section.header {
@media (max-width: 480px) {
}
/* Misc fixes */
table th {
text-align: left;
}