diff options
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -25,7 +25,7 @@ body { opacity: 1; } -.center { +div.center { position: absolute; left: 0; right: 0; @@ -40,6 +40,11 @@ table.center { margin: auto; } +#boston-example td, th { + padding-left: 1em !important; + padding-right: 1em !important; +} + .hidden { display: none; } |
