diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 7c26ea0..dd96813 100644 --- a/static/style.css +++ b/static/style.css @@ -74,3 +74,14 @@ details .chars { margin-top: 8px; margin-bottom: 8px; } + +.extratable { + min-width: 60%; + margin: auto; + margin-top: 8px; + margin-bottom: 8px; +} + +.extratable td { + padding: 4px; +} |