From b9ecfbbebd0649d0d87408eadf615c6807dc29bd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 27 Feb 2015 11:35:23 -0500 Subject: Apparently webkit does row percentages per thead/tbody; so merge them. --- www/css/index.scss | 11 +++++------ www/index.html | 4 +--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/www/css/index.scss b/www/css/index.scss index fa2fd72..c1a58aa 100644 --- a/www/css/index.scss +++ b/www/css/index.scss @@ -65,15 +65,14 @@ body#index { vertical-align: middle; } - thead { - height: 10%; - background-color: $yellow; - color: $red; - } tbody { + th { + height: 10%; + background-color: $yellow; + color: $red; + } td { width: 33%; - max-width: 33%; height: 30%; div { /* A wrapper round cell contents allowing us to use fancy diff --git a/www/index.html b/www/index.html index 9fd70c8..5a4a9ac 100644 --- a/www/index.html +++ b/www/index.html @@ -12,10 +12,8 @@ - - - + -- cgit v1.2.3
4272 Safety
4272 Safety