]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Thomas Konrad Cieslar [Mon, 19 May 2014 17:20:37 +0000 (19:20 +0200)]
Update foundation.equalizer.js
curser jumped to wrong col.
Thomas Konrad Cieslar [Mon, 19 May 2014 15:01:12 +0000 (17:01 +0200)]
Update foundation.equalizer.js
problem/bug before update:
equalizer didn't work in webkit browsers, when opening a website for the first time. the equalization starts when u resize the window or (sometimes, sometimes not) when u reload the page.
Arthur [Wed, 30 Apr 2014 22:14:55 +0000 (15:14 -0700)]
FIxing conflict
Arthur [Wed, 30 Apr 2014 22:13:23 +0000 (15:13 -0700)]
Merge branch 'patch-1' of github.com:webmasterlpo/foundation into webmasterlpo-patch-1
Rafi [Wed, 30 Apr 2014 21:45:48 +0000 (14:45 -0700)]
Update _panels.scss
remove include that does not output
Arthur [Wed, 30 Apr 2014 21:44:44 +0000 (14:44 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Wed, 30 Apr 2014 21:44:23 +0000 (14:44 -0700)]
Merge branch 'campbellwmorgan-patch-1'
Arthur [Wed, 30 Apr 2014 21:43:26 +0000 (14:43 -0700)]
Fixing conflict
Rafi [Wed, 30 Apr 2014 21:39:59 +0000 (14:39 -0700)]
Merge pull request #5084 from ithinkdancan/5.3-wip
Fix for Android 4.1 nth-of-type bug
Brandon Arnold [Wed, 30 Apr 2014 21:39:40 +0000 (14:39 -0700)]
Merge pull request #5037 from winghouchan/update-offcanvas-docs
Update offcanvas docs
Brandon Arnold [Wed, 30 Apr 2014 21:38:41 +0000 (14:38 -0700)]
Merge pull request #5035 from winghouchan/new-offcanvas-functionality
New offcanvas functionality
Jonathan Smiley [Wed, 30 Apr 2014 21:31:30 +0000 (00:31 +0300)]
Merge pull request #4964 from glafarge/patch-2
Prevent scroll from completing a full cycle
Rafi [Wed, 30 Apr 2014 21:24:24 +0000 (14:24 -0700)]
Merge pull request #5067 from ibroadfo/master
handle empty settings in reveal
Brandon Arnold [Wed, 30 Apr 2014 21:23:59 +0000 (14:23 -0700)]
Merge pull request #5083 from gastlich/master
Add !important keyword to float: none; rule of centered columns in grid system
Brandon Arnold [Wed, 30 Apr 2014 21:21:05 +0000 (14:21 -0700)]
Merge pull request #5074 from danielsamuels/master
Fix button background color not being used when defined in settings.
Jonathan Smiley [Wed, 30 Apr 2014 21:20:10 +0000 (00:20 +0300)]
Merge pull request #5086 from istrasoft/PR-dropdown-reuse
Allow to reuse dropdown-content element.
webmasterlpo [Wed, 30 Apr 2014 09:49:38 +0000 (11:49 +0200)]
Add a setting for top bar hover
Add a value for topbar hover background-color for (old) browsers that doesn't handle some CSS3 (ie: linear-gradient)
Istrasoft [Wed, 30 Apr 2014 02:49:31 +0000 (04:49 +0200)]
- Allow to reuse dropdown-content element. If a target opened the dropdown, clicking another target will directly open the same dropdown element instead of just closing the previous one.
- Remove unnecessary call to this.close.call
Daniel Tijerina [Tue, 29 Apr 2014 21:13:32 +0000 (16:13 -0500)]
Fix for Android 4.1 nth-of-type bug
in the Android 4.1 browser nth-of-type(n) is not recognized by the parser but nth-of-type(1n) apparently is. This fixes an issue where a smaller breakpoint clearing bleeds through to the larger breakpoints and adds additional clears. This can be recreated on the block grid documentation page
gastlich [Tue, 29 Apr 2014 20:07:44 +0000 (21:07 +0100)]
Added !important keyword to float: none; rule of centered columns in grid system
Currently selectors:
[class*="column"] + [class*="column"]:last-child { float: $opposite-direction; }
[class*="column"] + [class*="column"].end { float: $default-float; }
are more specific (specifity= 3) than rules for centered columns (specifity=2), and if centered
column is the last one in a row it will use f.e. float: right; rule instead of
float: none; from centered classes
Eric Morris [Tue, 29 Apr 2014 20:06:34 +0000 (13:06 -0700)]
Merge pull request #5076 from OliverKK/patch-1
Delete comma, add semicolon
Brandon Arnold [Tue, 29 Apr 2014 17:31:36 +0000 (10:31 -0700)]
Merge pull request #5080 from johnbacon/patch-5
Fix minor typo in _alert-boxes.scss
John Bacon [Tue, 29 Apr 2014 16:03:49 +0000 (12:03 -0400)]
Fix minor typo in _alert-boxes.scss
OliverKK [Tue, 29 Apr 2014 06:53:09 +0000 (08:53 +0200)]
Delete comma, add semicolon
Line 10 -> delete comma,
Line 55 -> add semicolon
Daniel Samuels [Mon, 28 Apr 2014 17:55:04 +0000 (18:55 +0100)]
Fix button background color not being used when defined in settings.
Rafi Benkual [Mon, 28 Apr 2014 17:15:51 +0000 (10:15 -0700)]
adds aldocumentation for full class on reveal and notes the default on small
Rafi Benkual [Mon, 28 Apr 2014 17:07:42 +0000 (10:07 -0700)]
adds alert - alert and secondary alert to docs examples
Rafi Benkual [Mon, 28 Apr 2014 16:51:12 +0000 (09:51 -0700)]
Merge branch 'master' of github.com:zurb/foundation
make fixes
Iain D Broadfoot [Mon, 28 Apr 2014 11:46:54 +0000 (12:46 +0100)]
handle empty settings
Eric Morris [Fri, 25 Apr 2014 21:01:30 +0000 (14:01 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Eric Morris [Fri, 25 Apr 2014 21:01:15 +0000 (14:01 -0700)]
Trim beginning and ending whitespace before doing Abide regex comparison
Jonathan Smiley [Fri, 25 Apr 2014 18:49:29 +0000 (21:49 +0300)]
Merge pull request #4950 from daigofuji/list-style
Adding more list variables for flexibility
Jonathan Smiley [Fri, 25 Apr 2014 18:43:51 +0000 (21:43 +0300)]
Merge pull request #5049 from winghouchan/remove-menu-icon-class-specificity
Remove menu icon class specificity
Eric Morris [Fri, 25 Apr 2014 16:59:31 +0000 (09:59 -0700)]
Merge pull request #5031 from gpspake/patch-1
Add load autoprefixer and cssmin
Rafi Benkual [Fri, 25 Apr 2014 16:50:53 +0000 (09:50 -0700)]
fix a typo on applications docs page
Rafi Benkual [Fri, 25 Apr 2014 00:30:31 +0000 (17:30 -0700)]
adds s span tag needed for menu icon in docs and adds comment to explain
Rafi Benkual [Fri, 25 Apr 2014 00:27:39 +0000 (17:27 -0700)]
adds link to utility classes to type page
Rafi Benkual [Thu, 24 Apr 2014 23:49:46 +0000 (16:49 -0700)]
Add reveal examples file
Rafi Benkual [Thu, 24 Apr 2014 23:45:36 +0000 (16:45 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Rafi Benkual [Thu, 24 Apr 2014 23:41:50 +0000 (16:41 -0700)]
fix for erroneos data-option, adding proper markdown, corrects rendered examples, adds specificity to js requirements
Eric Morris [Thu, 24 Apr 2014 22:37:53 +0000 (15:37 -0700)]
Merge pull request #5015 from penibelst/patch-1
Build the Bower package on success only
Eric Morris [Thu, 24 Apr 2014 22:30:12 +0000 (15:30 -0700)]
Merge pull request #5039 from frickelbruder/master
Progress bar should use $progress-bar-border-radius instead of $global-r...
Eric Morris [Thu, 24 Apr 2014 22:25:29 +0000 (15:25 -0700)]
Merge pull request #5044 from joeydi/master
Only call offset() after checking vals.length
Eric Morris [Thu, 24 Apr 2014 22:23:34 +0000 (15:23 -0700)]
Document new callback option on accordion
Rafi Benkual [Thu, 24 Apr 2014 22:18:31 +0000 (15:18 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Update Docs
Eric Morris [Thu, 24 Apr 2014 22:17:21 +0000 (15:17 -0700)]
Merge pull request #4991 from spanasik/master
Added accordion toggle callback
Eric Morris [Thu, 24 Apr 2014 16:48:08 +0000 (09:48 -0700)]
Merge pull request #5052 from eiriksm/patch-1
Use svg for build status
eiriksm [Thu, 24 Apr 2014 08:57:11 +0000 (10:57 +0200)]
Use svg for build status
Eric Morris [Wed, 23 Apr 2014 20:58:00 +0000 (13:58 -0700)]
Update image path for course banner
Alex Fox [Wed, 23 Apr 2014 20:45:03 +0000 (13:45 -0700)]
Added 10 week course banner to docs
Wing-Hou Chan [Wed, 23 Apr 2014 12:07:58 +0000 (13:07 +0100)]
Remove menu icon specificity
Developers may want to use the menu-icon outside the tab-bar.
Currently this is restricted as the CSS selector requires the developer to make the menu icon a child of the tab-bar.
By removing .tab-bar in the selector selecting the menu icon developers will be able to use the menu-icon outside the tab-bar.
Joe di Stefano [Tue, 22 Apr 2014 17:58:34 +0000 (13:58 -0400)]
fix issue #4930, by only calling offset() after checking vals.length
Wing-Hou Chan [Tue, 22 Apr 2014 08:10:58 +0000 (09:10 +0100)]
Update examples_offcanvas_javascript_options.html
Oopsies, should be move not push
Daigo Fujiwara [Sat, 19 Apr 2014 01:52:31 +0000 (21:52 -0400)]
adding changes to _settings.scss
Frickelbruder [Mon, 21 Apr 2014 23:48:33 +0000 (01:48 +0200)]
Progress bar should use $progress-bar-border-radius instead of $global-radius
Wing-Hou Chan [Mon, 21 Apr 2014 20:33:15 +0000 (21:33 +0100)]
Update examples_offcanvas_javascript_options.html
Wing-Hou Chan [Mon, 21 Apr 2014 19:34:02 +0000 (20:34 +0100)]
Add Vendor Prefixes for CSS transform
Add Vendor Prefixes for CSS transform.
Many thanks to @diggy for finding there was a problem in my Pen on Chrome.
Silly me for forgetting to put the vendor prefixes.
Wing-Hou Chan [Mon, 21 Apr 2014 19:06:50 +0000 (20:06 +0100)]
Add New Offcanvas Functionality
Allow Offcanvas to overlap content instead of pushing content.
Wing-Hou Chan [Mon, 21 Apr 2014 18:59:20 +0000 (19:59 +0100)]
Code Reduction
Wing-Hou Chan [Mon, 21 Apr 2014 18:51:15 +0000 (19:51 +0100)]
Add New Offcanvas Functionality
Allow Offcanvas to overlap content instead of pushing content.
Wing-Hou Chan [Mon, 21 Apr 2014 18:32:41 +0000 (19:32 +0100)]
Merge pull request #7 from zurb/master
Update Foundation
Jonathan Smiley [Mon, 21 Apr 2014 17:19:26 +0000 (20:19 +0300)]
Merge pull request #5014 from voku/fixes_for_top-bar
+ revert: (line-height) changes from "_top_bar.scss"
Jonathan Smiley [Mon, 21 Apr 2014 17:18:49 +0000 (20:18 +0300)]
Merge pull request #5020 from sjonnet19/patch-1
Fix line height issue
Jonathan Smiley [Mon, 21 Apr 2014 17:18:12 +0000 (20:18 +0300)]
Merge pull request #5021 from zslabs/master
Remove topbar from off-canvas
Jonathan Smiley [Mon, 21 Apr 2014 17:17:32 +0000 (20:17 +0300)]
Merge pull request #5029 from voigtan/patch-1
Update _grid.scss
Jonathan Smiley [Mon, 21 Apr 2014 17:16:49 +0000 (20:16 +0300)]
Merge pull request #5030 from winghouchan/accessibility-visibility-docs
Update Docs for New Accessibility Classes
Jonathan Smiley [Mon, 21 Apr 2014 17:15:35 +0000 (20:15 +0300)]
Merge pull request #5019 from sjonnet19/patch-1
Fix spelling errors
George Spake [Mon, 21 Apr 2014 06:26:05 +0000 (01:26 -0500)]
Add load autoprefixer and cssmin
I may be missing something obvious here but grunt returns errors because cssmin and autoprefixer aren't being loaded. This seems to fix the problem.
Andreas Voigt [Sun, 20 Apr 2014 14:51:10 +0000 (16:51 +0200)]
Update _grid.scss
duplicate .#{$size}-reset-order
Wing-Hou Chan [Sun, 20 Apr 2014 12:54:50 +0000 (13:54 +0100)]
Fix bad code
Wing-Hou Chan [Sun, 20 Apr 2014 11:35:02 +0000 (12:35 +0100)]
Update visibility.html
Wing-Hou Chan [Sun, 20 Apr 2014 11:07:50 +0000 (12:07 +0100)]
Finish examples_accessibility_visible.html
Wing-Hou Chan [Sat, 19 Apr 2014 20:55:48 +0000 (21:55 +0100)]
Merge pull request #6 from zurb/master
Update Foundation
Zach Schnackel [Sat, 19 Apr 2014 14:27:08 +0000 (10:27 -0400)]
Remove topbar from off-canvas
There is no need to have the topbar component added to off-canvas (as shown in the docs with the minimal example).
There was also a misspelling in the visibility component which was causing an error during the build, which I fixed.
Shawn Jonnet [Sat, 19 Apr 2014 13:13:24 +0000 (09:13 -0400)]
Fix line height issue
Shawn Jonnet [Sat, 19 Apr 2014 13:03:36 +0000 (09:03 -0400)]
Fix spelling errors
$visibility-hidden-list
Wing-Hou Chan [Sat, 19 Apr 2014 09:20:40 +0000 (10:20 +0100)]
Create examples_accessibility_visible.html
Add new docs for new accessibility classes.
Still needs finishing. :D
Wing-Hou Chan [Sat, 19 Apr 2014 09:19:40 +0000 (10:19 +0100)]
Create examples_accessibility_hidden.html
Add new example for new accessibility classes.
Still needs to be finished. :D
Wing-Hou Chan [Sat, 19 Apr 2014 09:17:33 +0000 (10:17 +0100)]
Add New Accessibility Classes
Update Visibility Docs For New Accessibility Classes.
Anatol Broder [Sat, 19 Apr 2014 00:44:47 +0000 (02:44 +0200)]
Build the Bower Package on success only
Avoid broken packages like https://github.com/zurb/bower-foundation/commit/
c5be126486e56bda609fbdc7cd0e2430ea650afc
Alex Fox [Fri, 18 Apr 2014 23:18:31 +0000 (16:18 -0700)]
Merge branch 'master' of github.com:zurb/foundation into course-banner
Alex Fox [Fri, 18 Apr 2014 23:18:15 +0000 (16:18 -0700)]
added courses banner to grid.html
Arthur [Fri, 18 Apr 2014 23:18:09 +0000 (16:18 -0700)]
Merge pull request #4992 from winghouchan/accessibility-classes
Add Accessibility Classes
Rafi Benkual [Fri, 18 Apr 2014 18:39:30 +0000 (11:39 -0700)]
adding a better description for topbar sticky data option
Lars Moelleken [Fri, 18 Apr 2014 18:34:30 +0000 (20:34 +0200)]
+ revert: some changes from https://github.com/zurb/foundation/commit/
cc00c427f7cc76086c6d9aaff335ab70a9de45dd
Wing-Hou Chan [Fri, 18 Apr 2014 14:50:40 +0000 (15:50 +0100)]
Revert to original master
Wing-Hou Chan [Fri, 18 Apr 2014 10:54:25 +0000 (11:54 +0100)]
Fix bad code
Wing-Hou Chan [Fri, 18 Apr 2014 10:06:05 +0000 (11:06 +0100)]
Update _visibility.scss
Wing-Hou Chan [Fri, 18 Apr 2014 09:32:13 +0000 (10:32 +0100)]
Fix bad code
Wing-Hou Chan [Thu, 17 Apr 2014 17:29:20 +0000 (18:29 +0100)]
Add Accessiblity Classes
Add Accessibility Classes. `.hidden` hides element but allows screenreaders to read. Do not confuse with `.hide`. `.visible` reverses effect of `.hidden`. Less confusion with `.show`.
See https://github.com/zurb/foundation/issues/3597 for some background information.
Many thanks to @mmikitka for starting to improve accessibility and for defining the mixin used here. The rules within that mixin come from here: http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
Wing-Hou Chan [Fri, 18 Apr 2014 10:54:25 +0000 (11:54 +0100)]
Fix bad code
Wing-Hou Chan [Fri, 18 Apr 2014 10:14:11 +0000 (11:14 +0100)]
Merge pull request #5 from winghouchan/master
Update accessibility-classes Branch
Wing-Hou Chan [Fri, 18 Apr 2014 10:12:28 +0000 (11:12 +0100)]
Merge pull request #4 from zurb/master
Update Foundation
Wing-Hou Chan [Fri, 18 Apr 2014 10:06:05 +0000 (11:06 +0100)]
Update _visibility.scss
Wing-Hou Chan [Fri, 18 Apr 2014 09:32:13 +0000 (10:32 +0100)]
Fix bad code
Stanislav [Thu, 17 Apr 2014 19:10:55 +0000 (01:10 +0600)]
Added accordion toggle callback
Wing-Hou Chan [Thu, 17 Apr 2014 17:29:20 +0000 (18:29 +0100)]
Add Accessiblity Classes
Add Accessibility Classes. `.hidden` hides element but allows screenreaders to read. Do not confuse with `.hide`. `.visible` reverses effect of `.hidden`. Less confusion with `.show`.
See https://github.com/zurb/foundation/issues/3597 for some background information.
Many thanks to @mmikitka for starting to improve accessibility and for defining the mixin used here. The rules within that mixin come from here: http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
Eric Morris [Thu, 17 Apr 2014 16:40:18 +0000 (09:40 -0700)]
Merge pull request #4989 from winghouchan/equalize-on-stack
Equalize on stack
Eric Morris [Thu, 17 Apr 2014 16:39:42 +0000 (09:39 -0700)]
Merge pull request #4988 from winghouchan/label-right-fix
Add !important to label float: none.
Eric Morris [Thu, 17 Apr 2014 16:34:40 +0000 (09:34 -0700)]
Merge branch 'accordion-split-sections' of github.com:tejohnso/foundation into tejohnso-accordion-split-sections