diff options
| author | 2014-09-18 16:22:36 +0200 | |
|---|---|---|
| committer | 2014-09-18 16:22:36 +0200 | |
| commit | 9a9d7a5a315eb34bb83442c2967fe271d500db89 (patch) | |
| tree | b9296e43d8378073d1444126826214b7c2e1cf01 /p/themes/base-theme/template.css | |
| parent | 0947b780c94da2761180387e51ff17940f0080cb (diff) | |
Fix alignment of tables
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 2a9deb0ea..733dd6e02 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -98,6 +98,15 @@ button.as-link:active { font-size: 1.1em; } +/*=== Tables */ +table { + max-width: 100%; +} +th.numeric, +td.numeric { + text-align: center; +} + /*=== COMPONENTS */ /*===============*/ /*=== Forms */ |
