pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 78d7c429a5d8d9868ae96610d3396535f9660ab1 parent 69e7bd12f3e62d6fac9713d0cf7227ad9164162c Author: Jul <jul@9o.is> Date: Fri, 17 Oct 2014 21:08:55 -0400 fixed location bar to stay in viewport Diffstat:
| M | src/main/webapp/index.html | | | 2 | +- |
| M | src/main/webapp/less/pages/index.less | | | 7 | +++---- |
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html @@ -40,7 +40,7 @@ </div> </div> - <div id="locations" class="row"><div class="col-xs-12"></div></div> + <div id="locations"></div> <span data-lift="embed?what=/templates-hidden/parts/atm-map"></span> </div> diff --git a/src/main/webapp/less/pages/index.less b/src/main/webapp/less/pages/index.less @@ -90,12 +90,11 @@ background: none; } -#locations.row { - > div { - min-height: 15px; +div#locations { + min-height: 15px !important; + width: 100% !important; background: url('https://s3.amazonaws.com/assets-pyc/bitcoin-network-strip.jpg'); box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8) inset; - } }