summaryrefslogtreecommitdiff
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
parent3f53904b14eb5b9594a4f81c41ed96395dd50ef4 (diff)
Apparently webkit does row percentages per thead/tbody; so merge them.
-rw-r--r--www/css/index.scss11
-rw-r--r--www/index.html4
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 @@
</head>
<body id="index">
<table>
- <thead>
- <tr><th colspan=3>4272 Safety</th></tr>
- </thead>
<tbody>
+ <tr><th colspan=3>4272 Safety</th></tr>
<tr>
<td><div><a href="./pdfjs/web/viewer.html?file=../../FIRST_Safety_Manual.pdf">FIRST Safety Manual</a></div></td>
<td><div><a href="./pdfjs/web/viewer.html?file=../../4272_Safety_Manual.pdf">4272 Safety Manual</a></div></td>