]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixing conflict
authorzurbchris <chris@zurb.com>
Fri, 29 Jun 2012 02:18:36 +0000 (19:18 -0700)
committerzurbchris <chris@zurb.com>
Fri, 29 Jun 2012 02:18:36 +0000 (19:18 -0700)
1  2 
marketing/docs/gem-install.php
marketing/sass/docs/presentation.scss
marketing/stylesheets/docs/presentation.css

Simple merge
Simple merge
index 47c39f6cc597513de32fba5bcb766d7cc36022dd,9d47cd51e792103a1972509e654d9d43ab17bab4..dc16101a0632dfa35f82bdeced4f1d3e19251e57
@@@ -999,12 -1000,12 +999,12 @@@ header .subheader { position: relative
    .top-bar .attached > ul > li > a, .top-bar .attached > ul > li > span { padding-left: 0px; padding-right: 0px; }
    .top-bar .attached > ul > li.download a { margin-bottom: 30px !important; margin-top: 10px; }
    .top-bar .attached > .name > span > a.toggle-nav { right: -45px !important; } }
- @media only screen and (orientation: portrait) and (min-device-width: 768px) { .top-bar { height: 100%; }
-   .touch .top-bar { height: 45px !important; }
+ @media only screen and (orientation: portrait) { .top-bar { overflow: hidden; height: 45px; }
+   .top-bar.expanded { height: auto !important; }
    .touch .top-bar .attached { height: 45px !important; }
    .touch .top-bar .attached > ul.right { overflow: hidden; height: 45px !important; } }
 -@media only screen and (orientation: landscape) { .touch .top-bar .attached > ul.right { height: 45px !important; overflow: hidden !important; } }
 -@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { .top-bar .attached > .name span > a.toggle-nav { background-image: url('../../images/plus-toggle-2-retina.png?1340839300'); background-size: 100% 100%; } }
 +@media only screen and (orientation: landscape) and (min-device-width: 768px) { .touch .top-bar .attached > ul.right { height: 45px !important; overflow: hidden !important; } }
 +@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { .top-bar .attached > .name span > a.toggle-nav { background-image: url('../../images/plus-toggle-2-retina.png?1340842456'); background-size: 100% 100%; } }
  #megaDrop li { list-style: none; }
  
  #megaDrop .show-on-phones, #megaDrop .sitemap-link { display: none !important; }