pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 16c7b8a748b373286253a3b45caf286b8aad1489 parent b7351e954b745a78f0adb91ef5dda8e38d150d62 Author: Jul <jul@9o.is> Date: Tue, 15 Jul 2014 22:20:46 -0400 content third column doesn't get cutoff when map is nonfound state Diffstat:
| M | src/main/webapp/less/pages/index.less | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/less/pages/index.less b/src/main/webapp/less/pages/index.less @@ -64,7 +64,8 @@ // random fudge of content-index for mobile devices // TODO: what to do? get rid of this! - @content-index-fudge-xs: 750px; + @content-index-fudge-xs: 750px; + @content-index-fudge-xxs: 1750px; // content-index height for map closed @content-index-height: 1px + @index-page-height + @map-closed-margin; @@ -80,7 +81,7 @@ @content-index-height-mapexp-nonfound-sm: 1px + @index-page-height + @map-open-margin-nonfound-sm + @index-col-third-height-sm; @content-index-height-mapexp-nonfound-xs: 1px + @index-page-height + @map-open-margin-nonfound-xs + @atm-map-height + @content-index-fudge-xs; - @content-index-height-mapexp-nonfound-xxs: 1px + @index-page-height + @map-open-margin-nonfound-xs + @content-index-fudge-xs; + @content-index-height-mapexp-nonfound-xxs: 1px + @index-page-height + @map-open-margin-nonfound-xs + @content-index-fudge-xxs; #intro {