diff options
Diffstat (limited to 'jimbrella/static/jimbrella.css')
-rw-r--r-- | jimbrella/static/jimbrella.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css index 8bb7fbd..8e629ef 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -11,6 +11,10 @@ body { max-width: 1200px; } +td.tab { + border: none; +} + .banner-container { padding: 1em; } @@ -40,6 +44,7 @@ h2.tile-heading, h2.banner-heading { table.data { border: 2px solid; + margin: 1em; } td { @@ -59,6 +64,10 @@ td { background-color: #d3e99f; } +.proportion { + display: inline; +} + .big { font-size: 3em; } |