From 469b8436b0107b87d8deb298b4584392c2be0324 Mon Sep 17 00:00:00 2001 From: jlord Date: Sat, 1 Jun 2013 14:59:23 -0700 Subject: [PATCH] updates --- css/site.css | 8 +++++--- index.html | 1 + node_modules/.bin/http-server | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) create mode 120000 node_modules/.bin/http-server diff --git a/css/site.css b/css/site.css index 3884ca6..0b31ba6 100644 --- a/css/site.css +++ b/css/site.css @@ -62,14 +62,16 @@ ul.nav li a:hover {border-bottom: 1px #FD9393 solid;} -@media (max-width: 1024px) { +/*@media (max-width: 1024px) { body {border: 20px #F8F8F8 solid; margin: 0px; padding: 20px 20px 80px 20px; } #rightSide {max-width: 100%; float: left;} #map {max-width: 100%;} -} +}*/ - @media (max-width: 480px) { +@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px) and (max-width: 1024px) { + body {border: 20px #F8F8F8 solid; margin: 0px; padding: 20px 20px 80px 20px; } + #tableFilter, .clear, .resetMap {display: none;} #wrapper {max-width: 460px; padding-top: 20px;} #hackSpotsTable, #map {min-width: 224px;} } \ No newline at end of file diff --git a/index.html b/index.html index 54a2618..8a2c00a 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ + diff --git a/node_modules/.bin/http-server b/node_modules/.bin/http-server new file mode 120000 index 0000000..cb3b666 --- /dev/null +++ b/node_modules/.bin/http-server @@ -0,0 +1 @@ +../http-server/bin/http-server \ No newline at end of file