]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
harry [Sun, 21 May 2017 07:55:44 +0000 (13:25 +0530)]
Added a test case - Vertical Menu Alignment
harry [Sat, 20 May 2017 15:22:41 +0000 (20:52 +0530)]
Add a test case: Overflow right left
Brett Mason [Sat, 20 May 2017 05:50:36 +0000 (06:50 +0100)]
Remove cssnano and replace with clean-css. This fixes lack of IE9 friendly `-ms` prefixes in the minified stylesheet, with an added bonus of being quicker to compile.
Kevin Ball [Sat, 20 May 2017 04:32:34 +0000 (21:32 -0700)]
Create explicit positioning method for Box and move dropdown positioning to be EXPLICIT
RafiBomb [Fri, 19 May 2017 23:48:39 +0000 (16:48 -0700)]
updates video links for pagination switch closebutton
Kevin Ball [Fri, 11 Nov 2016 21:16:22 +0000 (13:16 -0800)]
Box should always take into account vOffset and hOffset
Kevin Ball [Fri, 19 May 2017 23:44:03 +0000 (16:44 -0700)]
Add visual test
Kevin Ball [Fri, 19 May 2017 17:57:08 +0000 (10:57 -0700)]
Merge pull request #9923 from dragthor/pseudo-spelling
pseudo spelling correction
harry [Fri, 19 May 2017 17:08:50 +0000 (22:38 +0530)]
Revert back dist changes as shouldn't be added!
harry [Fri, 19 May 2017 16:46:14 +0000 (22:16 +0530)]
Add minimal margin-left and right for flexbox code
harry [Fri, 19 May 2017 16:42:27 +0000 (22:12 +0530)]
Fix conflicting padding between native button and anchor button!
Brian Neal [Fri, 19 May 2017 00:56:22 +0000 (19:56 -0500)]
Show all th for $show-header-for-stacked
Issue #8512.
Show all th tags for table.stack when $show-header-for-stacked is true.
Kevin Ball [Fri, 19 May 2017 00:16:35 +0000 (17:16 -0700)]
Fix issue #10020
Kevin Ball [Fri, 19 May 2017 00:03:17 +0000 (17:03 -0700)]
Fix dropdown issue related to odd interactions with visibility:hidden
Kevin Ball [Thu, 18 May 2017 23:42:35 +0000 (16:42 -0700)]
Merge pull request #10010 from rdetert/responsive-accordion-fix
Fix for Responsive Accordion Lost Event Bindings
Kevin Ball [Thu, 18 May 2017 23:42:11 +0000 (16:42 -0700)]
Merge pull request #10036 from IamManchanda/docs/update-acc-tabs-example
Update docs example for responsive acc-tabs(tabs markup)
Kevin Ball [Thu, 18 May 2017 23:39:08 +0000 (16:39 -0700)]
Merge pull request #10023 from Owlbertz/reveal-ajax-keydown
Reveal ajax keydown
Kevin Ball [Thu, 18 May 2017 22:22:28 +0000 (15:22 -0700)]
Merge pull request #10035 from IamManchanda/docs/add-missing-sticky-example
Add missing sticky navigation example!
RafiBomb [Thu, 18 May 2017 20:37:30 +0000 (13:37 -0700)]
separates chick to destination form menu toggle
RafiBomb [Thu, 18 May 2017 20:10:44 +0000 (13:10 -0700)]
Merge branch 'master' into docsnav
RafiBomb [Thu, 18 May 2017 19:14:33 +0000 (12:14 -0700)]
updates header styles
RafiBomb [Thu, 18 May 2017 18:55:05 +0000 (11:55 -0700)]
sets up mobiile nav styles
Kevin Ball [Thu, 18 May 2017 17:55:12 +0000 (10:55 -0700)]
Merge pull request #10042 from zurb/accordion-expand-all
Add persistent expand/contract state for docs nav
Kevin Ball [Thu, 18 May 2017 17:52:56 +0000 (10:52 -0700)]
Update expand/collapse based on kwchu's recommendation
RafiBomb [Thu, 18 May 2017 17:51:28 +0000 (10:51 -0700)]
changes html and css for global nav
Harry Manchanda [Thu, 18 May 2017 17:02:31 +0000 (22:32 +0530)]
Merge pull request #10044 from IamManchanda/docs/card-divider-codepen
Add card divider example!
harry [Thu, 18 May 2017 16:56:37 +0000 (22:26 +0530)]
Add card divider example!
Kevin Ball [Thu, 18 May 2017 16:46:52 +0000 (09:46 -0700)]
Add persistant expand/contract state for nav
Kevin Ball [Wed, 17 May 2017 22:14:32 +0000 (15:14 -0700)]
Merge pull request #10033 from IamManchanda/docs/drilldown-dropdown-patch
Add a Patch for a dropdown-drilldown bug within docs.
Kevin Ball [Wed, 17 May 2017 21:38:26 +0000 (14:38 -0700)]
Merge pull request #9757 from jmp1548/develop
inconsistent use of active class #9657
RafiBomb [Wed, 17 May 2017 20:28:53 +0000 (13:28 -0700)]
adds missing video and deep links
harry [Wed, 17 May 2017 18:18:39 +0000 (23:48 +0530)]
Update docs example for responsive acc-tabs(tabs markup)
harry [Wed, 17 May 2017 17:09:26 +0000 (22:39 +0530)]
Add missing sticky navigation example!
SassNinja [Wed, 17 May 2017 16:08:07 +0000 (18:08 +0200)]
Make in-canvas position override important
Due to the IE fix where position absolute gets explicitly set, in-canvas has to use !important to override this reliably.
harry [Wed, 17 May 2017 15:56:57 +0000 (21:26 +0530)]
Added a bug repro example and also some more doc update!
harry [Wed, 17 May 2017 15:51:40 +0000 (21:21 +0530)]
Add a Patch for a dropdown-drilldown bug within docs.
harry [Wed, 17 May 2017 15:29:58 +0000 (20:59 +0530)]
Resolve conflict - docs/partials/component-list.html
harry [Wed, 17 May 2017 15:27:53 +0000 (20:57 +0530)]
Try to resolve conflict - docs/pages/index.md
SassNinja [Wed, 17 May 2017 12:32:05 +0000 (14:32 +0200)]
Fix nested off-canvas position issue in IE
Since position fixed doesn't work for nested off-canvas elements, it has to be position absolute. Surprisingly (not) the IE doesn't show an opened off-canvas element unless absolute is explicitly set.
SassNinja [Wed, 17 May 2017 06:53:17 +0000 (08:53 +0200)]
Fix off-canvas resize event listener
The height should not only be reset if the element is open but every time so the value is correct on opening.
RafiBomb [Tue, 16 May 2017 21:01:27 +0000 (14:01 -0700)]
fixes vertical spacing on video
RafiBomb [Tue, 16 May 2017 20:47:44 +0000 (13:47 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation-sites
RafiBomb [Tue, 16 May 2017 20:47:36 +0000 (13:47 -0700)]
fixes dropdown video link
Kevin Ball [Tue, 16 May 2017 20:21:44 +0000 (13:21 -0700)]
Fix media section expansion
Kevin Ball [Tue, 16 May 2017 20:20:11 +0000 (13:20 -0700)]
Merge branch 'master' into develop
Kevin Ball [Tue, 16 May 2017 19:25:18 +0000 (12:25 -0700)]
Fix github star on mobile
Kevin Ball [Tue, 16 May 2017 19:18:17 +0000 (12:18 -0700)]
Update footer to say 17
Kevin Ball [Tue, 16 May 2017 19:11:49 +0000 (12:11 -0700)]
Explicitly disable starts
Kevin Ball [Tue, 16 May 2017 19:02:42 +0000 (12:02 -0700)]
Ref out to 'get the guide' for additional resources rather than youtube
Kevin Ball [Tue, 16 May 2017 18:56:25 +0000 (11:56 -0700)]
Thumbs on frontpage
Kevin Ball [Tue, 16 May 2017 18:40:54 +0000 (11:40 -0700)]
Update index copy
Kevin Ball [Tue, 16 May 2017 18:28:22 +0000 (11:28 -0700)]
Merge branch 'IamManchanda-examplelinks-final' into examplelinks
Kevin Ball [Tue, 16 May 2017 18:28:03 +0000 (11:28 -0700)]
Merge branch 'examplelinks' into IamManchanda-examplelinks-final
Kevin Ball [Tue, 16 May 2017 18:27:58 +0000 (11:27 -0700)]
Merge branch 'examplelinks-final' of git://github.com/IamManchanda/foundation-sites into IamManchanda-examplelinks-final
Tim Hartwick [Tue, 16 May 2017 18:20:54 +0000 (11:20 -0700)]
github button
harry [Tue, 16 May 2017 18:23:54 +0000 (23:53 +0530)]
Add button coloring codepen!
Kevin Ball [Tue, 16 May 2017 18:21:46 +0000 (11:21 -0700)]
Merge branch 'examplelinks-final' of git://github.com/IamManchanda/foundation-sites into IamManchanda-examplelinks-final
Kevin Ball [Tue, 16 May 2017 18:21:29 +0000 (11:21 -0700)]
Update vid links for typography-helpers
harry [Tue, 16 May 2017 18:15:21 +0000 (23:45 +0530)]
Typography base correct codepens!
Kevin Ball [Tue, 16 May 2017 18:15:14 +0000 (11:15 -0700)]
Vid deep links on table
Kevin Ball [Tue, 16 May 2017 18:08:40 +0000 (11:08 -0700)]
Merge branch 'examplelinks-final' of git://github.com/IamManchanda/foundation-sites into IamManchanda-examplelinks-final
Kevin Ball [Tue, 16 May 2017 18:03:42 +0000 (11:03 -0700)]
Some slider links
harry [Tue, 16 May 2017 18:03:39 +0000 (23:33 +0530)]
Add new codepens to typography helpers!
Kevin Ball [Tue, 16 May 2017 17:53:48 +0000 (10:53 -0700)]
Update card codepens
harry [Tue, 16 May 2017 17:43:05 +0000 (23:13 +0530)]
Fix table page and add new codepens
Kevin Ball [Tue, 16 May 2017 17:41:42 +0000 (10:41 -0700)]
Merge branch 'examplelinks' of https://github.com/zurb/foundation-sites into examplelinks
Kevin Ball [Tue, 16 May 2017 17:41:38 +0000 (10:41 -0700)]
Tweaks to allow new kitchen sink styles
RafiBomb [Tue, 16 May 2017 17:40:30 +0000 (10:40 -0700)]
Merge branch 'examplelinks' of https://github.com/zurb/foundation-sites into examplelinks
RafiBomb [Tue, 16 May 2017 17:40:18 +0000 (10:40 -0700)]
adds video and codepen for offcanvas
Kevin Ball [Tue, 16 May 2017 17:29:36 +0000 (10:29 -0700)]
Remove nav overview from navigation
Kevin Ball [Tue, 16 May 2017 15:52:39 +0000 (08:52 -0700)]
Cachebust assets
Kevin Ball [Tue, 16 May 2017 15:45:52 +0000 (08:45 -0700)]
Placeholder thumbs and update 1 piece of copy on front page
RafiBomb [Tue, 16 May 2017 14:19:20 +0000 (07:19 -0700)]
updates styles for edit in browser button
SassNinja [Tue, 16 May 2017 13:35:06 +0000 (15:35 +0200)]
Create inner side shadow (incl. mixin) for nested push off-canvas element
SassNinja [Tue, 16 May 2017 13:32:35 +0000 (15:32 +0200)]
Add nested detection and fixed position emulation for nested element
RafiBomb [Tue, 16 May 2017 06:26:37 +0000 (23:26 -0700)]
adds progress links and vid times
RafiBomb [Tue, 16 May 2017 06:08:36 +0000 (23:08 -0700)]
Merge branch 'examplelinks' of https://github.com/zurb/foundation-sites into examplelinks
RafiBomb [Tue, 16 May 2017 06:08:27 +0000 (23:08 -0700)]
adds tooltip links and vid times
Kevin Ball [Tue, 16 May 2017 05:38:15 +0000 (22:38 -0700)]
Update sticky offset in kitchen sink
Kevin Ball [Tue, 16 May 2017 05:34:36 +0000 (22:34 -0700)]
Add margin-top on our sticky examples
Kevin Ball [Tue, 16 May 2017 05:29:11 +0000 (22:29 -0700)]
Merge branch 'examplelinks' of https://github.com/zurb/foundation-sites into examplelinks
Kevin Ball [Tue, 16 May 2017 05:29:08 +0000 (22:29 -0700)]
Fix reveal padding
RafiBomb [Tue, 16 May 2017 05:28:36 +0000 (22:28 -0700)]
updates content links formating on homepage and removes advanced section
RafiBomb [Tue, 16 May 2017 05:06:59 +0000 (22:06 -0700)]
Merge branch 'examplelinks' of https://github.com/zurb/foundation-sites into examplelinks
RafiBomb [Tue, 16 May 2017 05:06:50 +0000 (22:06 -0700)]
updates homepage content
Kevin Ball [Tue, 16 May 2017 04:31:32 +0000 (21:31 -0700)]
Update links into starter projects
Kevin Ball [Tue, 16 May 2017 04:24:53 +0000 (21:24 -0700)]
Merge branch 'examplelinks' of https://github.com/zurb/foundation-sites into examplelinks
RafiBomb [Tue, 16 May 2017 04:23:19 +0000 (21:23 -0700)]
fixes merge conflicts
RafiBomb [Tue, 16 May 2017 04:13:01 +0000 (21:13 -0700)]
readjusts homepage content and links
Kevin Ball [Tue, 16 May 2017 04:03:43 +0000 (21:03 -0700)]
Make 2nd starter project vid linkable
Kevin Ball [Tue, 16 May 2017 01:56:42 +0000 (18:56 -0700)]
Embed vid in the middle of starter projects
Kevin Ball [Tue, 16 May 2017 00:51:18 +0000 (17:51 -0700)]
Update homepage content
Kevin Ball [Tue, 16 May 2017 00:23:22 +0000 (17:23 -0700)]
Add js tag to media queries in nav
Kevin Ball [Tue, 16 May 2017 00:22:13 +0000 (17:22 -0700)]
Add transition on hover of vid icon
Kevin Ball [Tue, 16 May 2017 00:16:12 +0000 (17:16 -0700)]
Make sure changelog is clickable
Kevin Ball [Tue, 16 May 2017 00:09:05 +0000 (17:09 -0700)]
Tweak search bar responsiveness
Kevin Ball [Mon, 15 May 2017 23:58:06 +0000 (16:58 -0700)]
Start adding sticky links
Kevin Ball [Mon, 15 May 2017 23:10:52 +0000 (16:10 -0700)]
Add basic codepen and vid link for interchange
Kevin Ball [Mon, 15 May 2017 23:04:49 +0000 (16:04 -0700)]
Add toggler pens with placeholder video links
Kevin Ball [Mon, 15 May 2017 22:50:26 +0000 (15:50 -0700)]
Add codepen & vid on equalizer