diff options
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/static/style.css b/public/static/style.css index 1ac9cef..f721a03 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -117,7 +117,9 @@ table.vertical th { vertical-align: top; } -table.vertical.left th { +table.vertical.left th, +table.left th, +table.left td { text-align: left; } |
