]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
remove git conflicts 6338/head
authorMarco Biedermann <marco.biedermann@gmx.de>
Mon, 2 Mar 2015 17:15:01 +0000 (18:15 +0100)
committerMarco Biedermann <marco.biedermann@gmx.de>
Mon, 2 Mar 2015 17:15:01 +0000 (18:15 +0100)
doc/includes/dropdown_buttons/examples_dropdown_button_basic.html
doc/includes/dropdown_buttons/examples_dropdown_button_intro.html
doc/includes/topbar/examples_topbar_variables.html

index 863ea957564180e1ba59bb64f867d94a4a9482a9..8869dfb2acad6c1b3499329a0cf0cf580c91f13b 100644 (file)
@@ -1,10 +1,5 @@
-<<<<<<< HEAD
 <button data-dropdown="drop1" aria-controls="drop1" aria-expanded="false" class="button dropdown">Dropdown Button</button><br>
 <ul id="drop1" data-dropdown-content class="f-dropdown" aria-hidden="true" tabindex="-1">
-=======
-<button href="#" data-dropdown="drop1" aria-controls="drop1" aria-expanded="false" class="button dropdown">Dropdown Button</button><br>
-<ul id="drop1" data-dropdown-content class="f-dropdown" aria-hidden="true">
->>>>>>> 33575ddf283b97c0d6f96ffa2891d515195ccbbc
   <li><a href="#">This is a link</a></li>
   <li><a href="#">This is another</a></li>
   <li><a href="#">Yet another</a></li>
index 33d80f78025f2cfb0beec0c6606797454551b6f9..c0b4638147ede723f716dfac314f24caefead717 100644 (file)
@@ -6,11 +6,7 @@
 </ul>
 
 <button data-dropdown="drop2" class="small secondary radius button dropdown" aria-expanded="false" aria-controls="drop2">Dropdown Button</button><br>
-<<<<<<< HEAD
 <ul id="drop2" data-dropdown-content class="f-dropdown" aria-hidden="true" tabindex="-1">
-=======
-<ul id="drop2" data-dropdown-content class="f-dropdown" aria-hidden="true">
->>>>>>> 33575ddf283b97c0d6f96ffa2891d515195ccbbc
   <li><a href="#">This is a link</a></li>
   <li><a href="#">This is another</a></li>
   <li><a href="#">Yet another</a></li>
index d5c733b5f84f41ff6db163eee4ba4848b3846e76..a12bf964623f2ca1f93ccd3cffc62005ea97ac28 100644 (file)
@@ -67,13 +67,8 @@ $topbar-menu-icon-position: $opposite-direction; // Change to $default-float for
 // Transitions and breakpoint styles
 $topbar-transition-speed: 300ms;
 // Using rem-calc for the below breakpoint causes issues with top bar
-<<<<<<< HEAD
 $topbar-breakpoint: #{lower-bound($medium-range)}; // Change to 9999px for always mobile layout
 $topbar-media-query: $medium-up;
-=======
-$topbar-breakpoint: #{lower-bound($medium-range)} !default; // Change to 9999px for always mobile layout
-$topbar-media-query: "#{$screen} and (min-width:#{lower-bound($topbar-breakpoint)})";
->>>>>>> pr/5996
 
 // Divider Styles
 $topbar-divider-border-bottom: solid 1px scale-color($topbar-bg-color, $lightness: 13%);