]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Jonathan Melville [Fri, 26 Sep 2014 15:09:00 +0000 (11:09 -0400)]
Fixes multiple inclusions of _global.scss when compiling.
Rafi Benkual [Fri, 26 Sep 2014 03:22:59 +0000 (20:22 -0700)]
updates sass install for new compass comands
Rafi Benkual [Fri, 26 Sep 2014 02:15:50 +0000 (19:15 -0700)]
updates changelog
Mark Hayes [Thu, 25 Sep 2014 23:21:53 +0000 (16:21 -0700)]
remove bower.json file so that we use the latest version in compass template
Mark Hayes [Thu, 25 Sep 2014 23:13:23 +0000 (16:13 -0700)]
run bundle install in travis.yml file after foundation compass template
Arthur [Thu, 25 Sep 2014 22:57:21 +0000 (15:57 -0700)]
Removing sourcemap auto from gruntfile
Arthur [Thu, 25 Sep 2014 22:52:43 +0000 (15:52 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Thu, 25 Sep 2014 22:52:18 +0000 (15:52 -0700)]
Bumping to Version 5.4.5
Geoff Kimball [Thu, 25 Sep 2014 22:46:13 +0000 (15:46 -0700)]
Change Sass dependencies to 3.3 and Compass 0.12
Mark Hayes [Thu, 25 Sep 2014 22:43:07 +0000 (15:43 -0700)]
forms is a dependency of top-bar
Mark Hayes [Thu, 25 Sep 2014 22:41:02 +0000 (15:41 -0700)]
remove sass 3.4 functionality for now, causes issues with libsass and sass 3.2
Geoff Kimball [Wed, 24 Sep 2014 17:02:21 +0000 (10:02 -0700)]
Add specificity to abbr border to match normalize, fixes #5847
Geoff Kimball [Wed, 24 Sep 2014 16:45:16 +0000 (09:45 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
Geoff Kimball [Wed, 24 Sep 2014 16:44:14 +0000 (09:44 -0700)]
Merge pull request #5858 from ChrissiQ/patch-1
Update _top-bar.scss
Geoff Kimball [Wed, 24 Sep 2014 16:28:12 +0000 (09:28 -0700)]
Remove unneccessary class in example Reveal code in docs, fixes #5854
ChrissiQ [Tue, 23 Sep 2014 22:38:49 +0000 (16:38 -0600)]
Update _top-bar.scss
$topbar-link-dropdown-padding was overriding without the !default, making the variable as available in the settings file useless.
This is important to fix mostly because it breaks rem-based layouts (throws an error: "Incompatible uinits: 'px' and 'rem'" no matter what you do), but also because it is counterintuitive that if this is set in the settings file, it gets ignored.
Rafi Benkual [Tue, 23 Sep 2014 15:35:12 +0000 (08:35 -0700)]
change to breadcrumb role
Mark Hayes [Wed, 17 Sep 2014 19:49:55 +0000 (12:49 -0700)]
auto-update bower.json package version to match what’s in package.json
Mark Hayes [Wed, 17 Sep 2014 19:39:24 +0000 (12:39 -0700)]
auto tag releases in travis when the version number increments. this will prevent the wrong release from being tagged in the bower foundation repo (which may contain the incorrect version number)
Arthur [Mon, 15 Sep 2014 23:39:02 +0000 (16:39 -0700)]
Updating version
Geoff Kimball [Mon, 15 Sep 2014 23:09:21 +0000 (16:09 -0700)]
Merge pull request #5789 from tpcstld/master
Remove console.log in tabs.js. Fixes #5746
Geoff Kimball [Mon, 15 Sep 2014 23:08:44 +0000 (16:08 -0700)]
Merge pull request #5787 from jonathanmelville/master
$reveal-max-width variable missing from _settings.
Geoff Kimball [Mon, 15 Sep 2014 23:08:18 +0000 (16:08 -0700)]
Merge pull request #5802 from spencerbaer/master
Update examples_buttons_accessible.html
Geoff Kimball [Mon, 15 Sep 2014 23:08:02 +0000 (16:08 -0700)]
Merge pull request #5805 from chrishepner/accessibility-typo-fix
Fixes typo in Accessibility page of docs
Geoff Kimball [Mon, 15 Sep 2014 22:59:00 +0000 (15:59 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
Geoff Kimball [Mon, 15 Sep 2014 22:58:45 +0000 (15:58 -0700)]
Remove some unnecessary code and mixins in documentation, fixes #5680
Geoff Kimball [Mon, 15 Sep 2014 22:50:54 +0000 (15:50 -0700)]
Fix incorrectly named side nav variable in settings, fixes #5300
Geoff Kimball [Mon, 15 Sep 2014 22:49:15 +0000 (15:49 -0700)]
Set font-family property for select menus, fixes #5228
Arthur [Mon, 15 Sep 2014 22:43:35 +0000 (15:43 -0700)]
Removing extra release integer
Arthur [Mon, 15 Sep 2014 22:12:16 +0000 (15:12 -0700)]
Version Fix
Arthur [Mon, 15 Sep 2014 22:11:53 +0000 (15:11 -0700)]
Revert
Arthur [Mon, 15 Sep 2014 21:58:39 +0000 (14:58 -0700)]
Updating version # 5.4.3.1
Chris Hepner [Mon, 15 Sep 2014 15:40:09 +0000 (08:40 -0700)]
Fixes typo in Accessibility page of docs
Rafi [Mon, 15 Sep 2014 05:45:36 +0000 (22:45 -0700)]
Update _settings.scss
corresponding change to settings for $label-padding
Rafi Benkual [Mon, 15 Sep 2014 04:55:47 +0000 (21:55 -0700)]
changes label bottom padding to equal top padding
Rafi Benkual [Mon, 15 Sep 2014 04:34:03 +0000 (21:34 -0700)]
adds data-options example and link to all options
Rafi Benkual [Mon, 15 Sep 2014 04:14:46 +0000 (21:14 -0700)]
fixes changelog page layout issue and hides older versions
spencerbaer [Sun, 14 Sep 2014 22:23:13 +0000 (17:23 -0500)]
Update examples_buttons_accessible.html
Jerry Jiang [Fri, 12 Sep 2014 21:25:39 +0000 (17:25 -0400)]
Remove console.log in tabs.js. Fixes #5746
Jonathan [Fri, 12 Sep 2014 19:50:45 +0000 (15:50 -0400)]
$reveal-max-width variable missing from _settings.
Although referenced in the Reveal docs, the $reveal-max-width variable is missing from the _settings.scss file.
Brandon Arnold [Fri, 12 Sep 2014 15:40:42 +0000 (08:40 -0700)]
Revert "Merge branch 'istrasoft-PR-dropdown-fit-bounds'"
This reverts commit
feb991b977c0185e6947731945cdd000c2b97e33 , reversing
changes made to
429b8e8b02a438bd363c6867fa02b2a4fad53285 .
Geoff Kimball [Thu, 11 Sep 2014 18:52:42 +0000 (11:52 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
Geoff Kimball [Thu, 11 Sep 2014 18:51:20 +0000 (11:51 -0700)]
Merge pull request #5748 from andy-saint/font-stacks
Added font stack variables
Geoff Kimball [Thu, 11 Sep 2014 18:47:13 +0000 (11:47 -0700)]
Merge pull request #5769 from markwtaylor/master
docs(typo): you to your
Geoff Kimball [Thu, 11 Sep 2014 18:46:48 +0000 (11:46 -0700)]
Merge pull request #5773 from jonathanmelville/master
Sass compile of _reveal.scss results in empty z-index property
Rafi Benkual [Wed, 10 Sep 2014 23:12:05 +0000 (16:12 -0700)]
small change in warning
Geoff Kimball [Wed, 10 Sep 2014 22:45:28 +0000 (15:45 -0700)]
Set base color on panels, fixes #5768
Rafi Benkual [Wed, 10 Sep 2014 18:46:31 +0000 (11:46 -0700)]
warning for libsass compataibility
Jonathan [Wed, 10 Sep 2014 18:44:15 +0000 (14:44 -0400)]
Minor typo in comments.
Minor, but it bugged me.
Rafi Benkual [Wed, 10 Sep 2014 18:44:05 +0000 (11:44 -0700)]
warning for libsass compataibility
Jonathan [Wed, 10 Sep 2014 18:42:03 +0000 (14:42 -0400)]
Fixes empty z-index property to be 'auto'.
Fixes a bug that causes a z-index property to have no value. Rather than using 'null' (which results in no value for the property), 'auto' is used instead.
This bug is a problem if you use a build process like Uncss to trim unused CSS. The build will fail as the empty z-index property isn't valid.
Rafi Benkual [Wed, 10 Sep 2014 18:36:23 +0000 (11:36 -0700)]
warning for libsass compataibility
Mark Taylor [Wed, 10 Sep 2014 14:52:33 +0000 (10:52 -0400)]
docs(typo): you to your
Change "makes you site feel faster" to "makes your site feel faster."
Arthur [Tue, 9 Sep 2014 23:58:48 +0000 (16:58 -0700)]
nope
Arthur [Tue, 9 Sep 2014 23:52:10 +0000 (16:52 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Tue, 9 Sep 2014 23:51:51 +0000 (16:51 -0700)]
Putting Libsass test back in run-tests.sh
Rafi Benkual [Tue, 9 Sep 2014 23:45:50 +0000 (16:45 -0700)]
fix button spacing issue #5735
Arthur [Tue, 9 Sep 2014 21:27:08 +0000 (14:27 -0700)]
Updating Changelog
Arthur [Tue, 9 Sep 2014 21:08:22 +0000 (14:08 -0700)]
Commenting Out Libsass Test in run-tests.sh
Arthur [Tue, 9 Sep 2014 20:58:45 +0000 (13:58 -0700)]
Updating run-tests
Arthur [Tue, 9 Sep 2014 20:49:01 +0000 (13:49 -0700)]
Updating Sass Buils for Travis Ci
Arthur [Tue, 9 Sep 2014 20:30:30 +0000 (13:30 -0700)]
Running Test for Libsass
Arthur [Tue, 9 Sep 2014 19:08:34 +0000 (12:08 -0700)]
Updating run-tests
Arthur [Tue, 9 Sep 2014 16:34:31 +0000 (09:34 -0700)]
Travis yml update
Arthur [Tue, 9 Sep 2014 16:31:17 +0000 (09:31 -0700)]
Updating Travis to use latest SASS
Arthur [Mon, 8 Sep 2014 23:52:13 +0000 (16:52 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Mon, 8 Sep 2014 23:51:55 +0000 (16:51 -0700)]
Update to Abide Spec Test
Geoff Kimball [Mon, 8 Sep 2014 21:27:47 +0000 (14:27 -0700)]
Clean up global.scss used in docs #5680
Geoff Kimball [Mon, 8 Sep 2014 21:19:56 +0000 (14:19 -0700)]
Add info coloring as an option to labels, fixes #5754
Arthur [Mon, 8 Sep 2014 18:00:09 +0000 (11:00 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Mon, 8 Sep 2014 17:59:53 +0000 (10:59 -0700)]
Fixing some code for Offcanvas BG hover color
Rafi [Mon, 8 Sep 2014 17:53:34 +0000 (21:53 +0400)]
Merge pull request #5742 from sjonnet19/patch-1
Hover declaration issue
Geoff Kimball [Mon, 8 Sep 2014 00:25:16 +0000 (17:25 -0700)]
Merge branch 'chrisjlee-patch-1'
Geoff Kimball [Mon, 8 Sep 2014 00:25:00 +0000 (17:25 -0700)]
Merge branch 'patch-1' of https://github.com/chrisjlee/foundation into chrisjlee-patch-1
andy-saint [Sat, 6 Sep 2014 09:42:43 +0000 (10:42 +0100)]
Added font stack variables
Geoff Kimball [Sat, 6 Sep 2014 00:39:12 +0000 (17:39 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
Geoff Kimball [Sat, 6 Sep 2014 00:38:59 +0000 (17:38 -0700)]
Use hardcoded default for -back-link-size
Arthur [Sat, 6 Sep 2014 00:12:46 +0000 (17:12 -0700)]
Merge branch 'joeworkman-abide-email-fix'
Arthur [Sat, 6 Sep 2014 00:12:31 +0000 (17:12 -0700)]
Merge branch 'abide-email-fix' of github.com:joeworkman/foundation into joeworkman-abide-email-fix
Arthur [Sat, 6 Sep 2014 00:03:44 +0000 (17:03 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Sat, 6 Sep 2014 00:03:15 +0000 (17:03 -0700)]
Merge branch 'joeworkman-reveal-open-resize'
Arthur [Sat, 6 Sep 2014 00:03:01 +0000 (17:03 -0700)]
Merge branch 'reveal-open-resize' of github.com:joeworkman/foundation into joeworkman-reveal-open-resize
Geoff Kimball [Fri, 5 Sep 2014 23:58:17 +0000 (16:58 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
Geoff Kimball [Fri, 5 Sep 2014 23:58:05 +0000 (16:58 -0700)]
Comment out unused code in range slider JS, resolves #4997
Arthur [Fri, 5 Sep 2014 23:53:13 +0000 (16:53 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Fri, 5 Sep 2014 23:52:47 +0000 (16:52 -0700)]
Merge branch 'voku-magellan-fix'
Arthur [Fri, 5 Sep 2014 23:52:20 +0000 (16:52 -0700)]
Merge branch 'magellan-fix' of github.com:voku/foundation into voku-magellan-fix
Brandon Arnold [Fri, 5 Sep 2014 23:37:12 +0000 (16:37 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Brandon Arnold [Fri, 5 Sep 2014 23:36:51 +0000 (16:36 -0700)]
Merge branch 'doxxon-doxxon-patch-1'
Brandon Arnold [Fri, 5 Sep 2014 23:36:33 +0000 (16:36 -0700)]
add default of variable
Arthur [Fri, 5 Sep 2014 23:36:12 +0000 (16:36 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Fri, 5 Sep 2014 23:35:50 +0000 (16:35 -0700)]
Merge branch 'istrasoft-PR-dropdown-fit-bounds'
Brandon Arnold [Fri, 5 Sep 2014 23:35:08 +0000 (16:35 -0700)]
Remove the conflict
Arthur [Fri, 5 Sep 2014 23:34:45 +0000 (16:34 -0700)]
Fixing conflict
Brandon Arnold [Fri, 5 Sep 2014 23:20:41 +0000 (16:20 -0700)]
change body line height to 1.5
Arthur [Fri, 5 Sep 2014 23:20:47 +0000 (16:20 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Fri, 5 Sep 2014 23:20:13 +0000 (16:20 -0700)]
Merge branch 'chmanie-deep-link-fix'
Arthur [Fri, 5 Sep 2014 23:15:54 +0000 (16:15 -0700)]
Merge branch 'deep-link-fix' of github.com:chmanie/foundation into chmanie-deep-link-fix
Brandon Arnold [Fri, 5 Sep 2014 23:08:32 +0000 (16:08 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Brandon Arnold [Fri, 5 Sep 2014 23:07:54 +0000 (16:07 -0700)]
Merge branch 'sekjal-button-colors'