From 3f53904b14eb5b9594a4f81c41ed96395dd50ef4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 27 Feb 2015 11:23:49 -0500 Subject: Tidy up --- hooks/after_prepare/gen_resources | 5 +---- www/css/index.scss | 8 +++++--- www/find.html | 0 www/index.html | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 www/find.html diff --git a/hooks/after_prepare/gen_resources b/hooks/after_prepare/gen_resources index c98c905..b8a2020 100755 --- a/hooks/after_prepare/gen_resources +++ b/hooks/after_prepare/gen_resources @@ -1,7 +1,4 @@ #! /usr/bin/env bash IFS=, platforms=($CORDOVA_PLATFORMS) - -resources=("${platforms[@]/%/-resources}") -make "${resources[@]/#/clean-}" -make "${resources[@]}" +make "${platforms[@]/%/-resources}" diff --git a/www/css/index.scss b/www/css/index.scss index 93e321a..fa2fd72 100644 --- a/www/css/index.scss +++ b/www/css/index.scss @@ -50,12 +50,13 @@ html { body#index { height: 100%; table { + width: 100%; height: 100%; + padding: 0; margin: 0; - - width: 100%; border-collapse: collapse; + td, th { border: solid 1px $yellow; } @@ -78,6 +79,7 @@ body#index { /* A wrapper round cell contents allowing us to use fancy table-positioning inside of the cell */ display: table; + width: 100%; height: 100%; a { @@ -88,7 +90,7 @@ body#index { } &.logo { background-image: url("../img/logo.png"); - background-size: auto 100%; + background-size: contain; background-position: center center; background-repeat: no-repeat; } diff --git a/www/find.html b/www/find.html deleted file mode 100644 index e69de29..0000000 diff --git a/www/index.html b/www/index.html index d66b84d..9fd70c8 100644 --- a/www/index.html +++ b/www/index.html @@ -23,7 +23,7 @@
Emergency Procedures
- +
MSDS
-- cgit v1.2.3