diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/css/index.scss | 11 | ||||
-rw-r--r-- | 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 @@ </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> |