summaryrefslogtreecommitdiff
path: root/www/css/index.scss
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-02-27 11:35:23 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-02-27 11:35:23 -0500
commitb9ecfbbebd0649d0d87408eadf615c6807dc29bd (patch)
treee0fc2675894386b961da4d9a19eb41b89316ea78 /www/css/index.scss
parent3f53904b14eb5b9594a4f81c41ed96395dd50ef4 (diff)
Apparently webkit does row percentages per thead/tbody; so merge them.
Diffstat (limited to 'www/css/index.scss')
-rw-r--r--www/css/index.scss11
1 files changed, 5 insertions, 6 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