]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
11 years agoUpdate footer Responsive "Read last months edition" 4980/head
Laurens Groeneveld [Tue, 15 Apr 2014 17:50:38 +0000 (19:50 +0200)] 
Update footer Responsive "Read last months edition"

& delete one to avoid redundancy

11 years agoMerge pull request #4956 from wjthomas9/patch-1
Jonathan Smiley [Tue, 15 Apr 2014 17:16:39 +0000 (20:16 +0300)] 
Merge pull request #4956 from wjthomas9/patch-1

Add "fixed" class

11 years agoMerge pull request #4946 from clyates/patch-1
Jonathan Smiley [Tue, 15 Apr 2014 17:07:40 +0000 (20:07 +0300)] 
Merge pull request #4946 from clyates/patch-1

Update _top-bar.scss

11 years agoMerge pull request #4954 from clyates/patch-3
Jonathan Smiley [Tue, 15 Apr 2014 17:06:16 +0000 (20:06 +0300)] 
Merge pull request #4954 from clyates/patch-3

Update _tables.scss

11 years agoMerge pull request #4941 from jhilden/patch-1
Rafi [Mon, 14 Apr 2014 22:35:27 +0000 (15:35 -0700)] 
Merge pull request #4941 from jhilden/patch-1

Bugfix for accidentally closing all accordion panels

11 years agoMerge pull request #4971 from rnijveld/master
Eric Morris [Mon, 14 Apr 2014 22:15:26 +0000 (15:15 -0700)] 
Merge pull request #4971 from rnijveld/master

Replace top-level this keywords with window for usage with CommonJS and Browserify

11 years agoChange dataAttrName to data_attr_name to fit Foundation naming styles.
Eric Morris [Mon, 14 Apr 2014 22:03:41 +0000 (15:03 -0700)] 
Change dataAttrName to data_attr_name to fit Foundation naming styles.

11 years agoadds param to data_options function to specify custom data-options attribute
Evan Prothro [Fri, 11 Apr 2014 17:47:53 +0000 (12:47 -0500)] 
adds param to data_options function to specify custom data-options attribute

fixup for data_options parsing of values containing colons

11 years agoMerge pull request #4952 from blueyed/orbit-bullets-prepare-direction
Eric Morris [Mon, 14 Apr 2014 21:51:29 +0000 (14:51 -0700)] 
Merge pull request #4952 from blueyed/orbit-bullets-prepare-direction

Orbit: bullets: call `_prepare_direction` before `_goto`

11 years agoMerge pull request #4949 from blueyed/orbit-fix-bullet-links
Eric Morris [Mon, 14 Apr 2014 21:49:29 +0000 (14:49 -0700)] 
Merge pull request #4949 from blueyed/orbit-fix-bullet-links

Orbit: fix bullet links (especially for `next_on_click: false`)

11 years agoMerge pull request #4934 from joeworkman/orbit-patch
Eric Morris [Mon, 14 Apr 2014 21:46:22 +0000 (14:46 -0700)] 
Merge pull request #4934 from joeworkman/orbit-patch

Orbit: Fix for links not working on some devices

11 years agoReplaced top-level this expressions with window 4971/head
Ruben Nijveld [Mon, 14 Apr 2014 19:36:29 +0000 (21:36 +0200)] 
Replaced top-level this expressions with window

11 years agoMerge pull request #4947 from istrasoft/PR-anchor-text-decoration-hover
Rafi [Mon, 14 Apr 2014 18:42:08 +0000 (11:42 -0700)] 
Merge pull request #4947 from istrasoft/PR-anchor-text-decoration-hover

add $anchor-text-decoration-hover setting

11 years agoMerge pull request #4953 from clyates/patch-2
Rafi [Mon, 14 Apr 2014 18:26:15 +0000 (11:26 -0700)] 
Merge pull request #4953 from clyates/patch-2

Update _top-bar.scss

11 years agoMerge pull request #4928 from NikhilKalige/docs-js-path-fix
Rafi [Mon, 14 Apr 2014 17:41:31 +0000 (10:41 -0700)] 
Merge pull request #4928 from NikhilKalige/docs-js-path-fix

Fixed js files path

11 years agofixed typo in subheader
Rafi Benkual [Fri, 11 Apr 2014 20:56:08 +0000 (13:56 -0700)] 
fixed typo in subheader

11 years agoadded href to off canvas markdown
Rafi Benkual [Fri, 11 Apr 2014 18:55:01 +0000 (11:55 -0700)] 
added href to off canvas markdown

11 years agoClean up fixed class 4956/head
Jon Thomas [Fri, 11 Apr 2014 01:46:41 +0000 (20:46 -0500)] 
Clean up fixed class

I was wrong the first time. Apparently we do need to clean up the "fixed" class. That should do it.

11 years agoAdd "fixed" class
Jon Thomas [Thu, 10 Apr 2014 22:31:31 +0000 (17:31 -0500)] 
Add "fixed" class

Added a "fixed" class so developers can style their fixed nav differently when it's position changes to fixed.

Since it gets removed from the dom and re-cloned each time it switches between fixed and static, there's no reason to remove the fixed class.

11 years agofixed the offcanvas function on docs
Rafi Benkual [Thu, 10 Apr 2014 21:38:55 +0000 (14:38 -0700)] 
fixed the offcanvas function on docs

11 years agoUpdate _tables.scss 4954/head
clyates [Thu, 10 Apr 2014 18:45:20 +0000 (19:45 +0100)] 
Update _tables.scss

Allow different background colours anf font size and weight in header and footer (default is use the same as defined by the $table-head-* variables, so is backwards compatible.

Also reduces the depth of cascade needed to override text alignment in td and th elements

11 years agoUpdate _top-bar.scss 4953/head
clyates [Thu, 10 Apr 2014 18:40:12 +0000 (19:40 +0100)] 
Update _top-bar.scss

Previous Pull request introduces a problem with the JavaScript generated Back links - this fixes that issue.

11 years agoOrbit: bullets: call `_prepare_direction` before `_goto` 4952/head
Daniel Hahler [Thu, 10 Apr 2014 18:06:05 +0000 (20:06 +0200)] 
Orbit: bullets: call `_prepare_direction` before `_goto`

This is in line with other calls to `_goto`, which call
`_prepare_direction` before `_goto`.
See commit e577378ae6d772988bfef5f245069be664642fc7.

This fixes the animation when going to a previous slide.

11 years agoOrbit: next_on_click: only for slides 4949/head
Daniel Hahler [Thu, 10 Apr 2014 16:47:47 +0000 (18:47 +0200)] 
Orbit: next_on_click: only for slides

Narrow down the selector for the `next_on_click` handler to only match
the slides, but not the bullets.

11 years agoOrbit: bullets: explicit click handler
Daniel Hahler [Thu, 10 Apr 2014 16:46:13 +0000 (18:46 +0200)] 
Orbit: bullets: explicit click handler

Add an explicit click handler to bullets. Previously it was handled
implicitly only with `settings.next_on_click`.

11 years agoadd $anchor-text-decoration-hover setting 4947/head
Istrasoft [Thu, 10 Apr 2014 14:38:40 +0000 (16:38 +0200)] 
add $anchor-text-decoration-hover setting

11 years agoUpdate _top-bar.scss 4946/head
clyates [Thu, 10 Apr 2014 14:25:06 +0000 (15:25 +0100)] 
Update _top-bar.scss

Fix to three issues:

Removing the background from .top-bar-section ul (line 286) prevents bleed through of dropdown background colour onto the top level if ul elements have had padding declared elsewhere

Adding padding: 0; to .dropdown (line 385) ensures that dropdown menus align the the top menu item and sit alongside each other whether or not ul elements have had padding declared elsewhere

Changes to line heights (lines 484, 491, and 549)  make top level links the same height as the Top Bar removing the "overhang" at the bottom, while keeping the line height for dropdown links

11 years agoBugfix for accidentally closing all accordion panels 4941/head
Jakob Hilden [Wed, 9 Apr 2014 16:20:50 +0000 (18:20 +0200)] 
Bugfix for accidentally closing all accordion panels

When multiple accordion panels are expanded/active (possbile when `multi_expand: true`) clicking on one of the the active panels would close **all** other panels instead of ony the current one.

11 years agoMerge pull request #4935 from tracehelms/add-radius-text-to-first-kitchen-sink-alert
Rafi [Tue, 8 Apr 2014 20:59:41 +0000 (13:59 -0700)] 
Merge pull request #4935 from tracehelms/add-radius-text-to-first-kitchen-sink-alert

Add radius text to first alert box in kitchen sink

11 years agoAdd radius text to first alert box 4935/head
Trace Helms [Tue, 8 Apr 2014 19:26:08 +0000 (15:26 -0400)] 
Add radius text to first alert box

Having the radius on the first standard alert box without showing it in the code listing could be confusing for new users, especially since the second alert box doesn't have the radius.

11 years agoOrbit: Fix for links not working on some devices 4934/head
Joe Workman [Tue, 8 Apr 2014 15:33:09 +0000 (08:33 -0700)] 
Orbit: Fix for links not working on some devices

When a user wraps an image in a link inside Orbit, the link should be set to display:block. I have limited this styles to only links that are direct children of the <li>. We don't want to set all links inside Orbit to be display:block (such as links inside a caption).

11 years agoMerge pull request #4931 from weltraumpirat/master
Eric Morris [Tue, 8 Apr 2014 15:04:14 +0000 (08:04 -0700)] 
Merge pull request #4931 from weltraumpirat/master

Added missing variable declaration

11 years agoAdded missing variable declaration 4931/head
weltraumpirat [Tue, 8 Apr 2014 09:30:30 +0000 (11:30 +0200)] 
Added missing variable declaration

This should fix the "reflow-bug" that produced the error message "compute_dimensions could not be found on undefined".

11 years agoFixed js files path 4928/head
Lonewolf [Tue, 8 Apr 2014 07:27:44 +0000 (12:57 +0530)] 
Fixed js files path

11 years agoMerge pull request #4924 from mkempe/delete_test_html
Eric Morris [Tue, 8 Apr 2014 00:02:44 +0000 (17:02 -0700)] 
Merge pull request #4924 from mkempe/delete_test_html

Remove „test.html“.

11 years ago[✖] Removed test.html. 4924/head
Maik Kempe [Mon, 7 Apr 2014 19:49:20 +0000 (21:49 +0200)] 
[✖] Removed test.html.

11 years agoReset select element line-height, per issue #4879
Eric Morris [Mon, 7 Apr 2014 17:58:16 +0000 (10:58 -0700)] 
Reset select element line-height, per issue #4879

11 years agoLet font-color in select elements be controlled by $input-font-color
Eric Morris [Mon, 7 Apr 2014 17:57:48 +0000 (10:57 -0700)] 
Let font-color in select elements be controlled by $input-font-color

11 years agoMerge branch 'master' of github.com:zurb/foundation
Eric Morris [Mon, 7 Apr 2014 17:50:48 +0000 (10:50 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoAdd $inline-list-default-float-list-margin to _settings.scss and docs
Eric Morris [Mon, 7 Apr 2014 17:50:30 +0000 (10:50 -0700)] 
Add $inline-list-default-float-list-margin to _settings.scss and docs

11 years agoMerge branch 'patch-5' of github.com:serglo/foundation into serglo-patch-5
Eric Morris [Mon, 7 Apr 2014 17:48:01 +0000 (10:48 -0700)] 
Merge branch 'patch-5' of github.com:serglo/foundation into serglo-patch-5

11 years agoMerge pull request #4915 from jlachowski/master
Eric Morris [Mon, 7 Apr 2014 17:46:57 +0000 (10:46 -0700)] 
Merge pull request #4915 from jlachowski/master

Pagination li float fix

11 years agoMerge pull request #4909 from blueyed/orbit-remove-animate-in-late
Eric Morris [Mon, 7 Apr 2014 17:45:55 +0000 (10:45 -0700)] 
Merge pull request #4909 from blueyed/orbit-remove-animate-in-late

Orbit: remove `.animate-in` late (just before setting `.active`)

11 years agoMerge branch 'master' of github.com:zurb/foundation
Eric Morris [Mon, 7 Apr 2014 17:36:22 +0000 (10:36 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoMerge branch 'orbit-minheight' of github.com:blueyed/foundation into blueyed-orbit...
Eric Morris [Mon, 7 Apr 2014 17:32:59 +0000 (10:32 -0700)] 
Merge branch 'orbit-minheight' of github.com:blueyed/foundation into blueyed-orbit-minheight

11 years agoMerge pull request #4899 from alexdiliberto/update-normalize
Eric Morris [Mon, 7 Apr 2014 17:31:17 +0000 (10:31 -0700)] 
Merge pull request #4899 from alexdiliberto/update-normalize

Lib Update: normalize.css v3.0.0 --> v3.0.1

11 years agoMerge pull request #4912 from NessDan/patch-1
Eric Morris [Mon, 7 Apr 2014 17:17:41 +0000 (10:17 -0700)] 
Merge pull request #4912 from NessDan/patch-1

Fixed incorrect class name

11 years agoMerge pull request #4897 from tushar-singh/patch-1
Eric Morris [Mon, 7 Apr 2014 17:17:15 +0000 (10:17 -0700)] 
Merge pull request #4897 from tushar-singh/patch-1

Remove zoom:1

11 years agoMerge branch 'docs-title-update' of github.com:NikhilKalige/foundation into NikhilKal...
Eric Morris [Mon, 7 Apr 2014 16:56:04 +0000 (09:56 -0700)] 
Merge branch 'docs-title-update' of github.com:NikhilKalige/foundation into NikhilKalige-docs-title-update

11 years agoMerge pull request #4911 from shadowhand/restore-clearing-events
Eric Morris [Mon, 7 Apr 2014 16:52:22 +0000 (09:52 -0700)] 
Merge pull request #4911 from shadowhand/restore-clearing-events

Recommit of PR #3220 from @anitagraham

11 years agoMerge pull request #4913 from NikhilKalige/offcanvas_docs_update
Eric Morris [Mon, 7 Apr 2014 16:44:49 +0000 (09:44 -0700)] 
Merge pull request #4913 from NikhilKalige/offcanvas_docs_update

Updated docs for offcanvas with data-offcanvas

11 years agoMerge branch 'master' of github.com:zurb/foundation
Eric Morris [Mon, 7 Apr 2014 16:30:09 +0000 (09:30 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoAlign vendor-prefixed CSS to make it easier to edit
Eric Morris [Mon, 7 Apr 2014 16:29:59 +0000 (09:29 -0700)] 
Align vendor-prefixed CSS to make it easier to edit

11 years agoHide Orbit slide number on stack_for_small
Eric Morris [Mon, 7 Apr 2014 16:29:02 +0000 (09:29 -0700)] 
Hide Orbit slide number on stack_for_small

11 years agoFix stack_on_small specificity error
Eric Morris [Mon, 7 Apr 2014 16:28:43 +0000 (09:28 -0700)] 
Fix stack_on_small specificity error

11 years agoUpdated to support latest changes in offcanvas 4916/head
Lonewolf [Mon, 7 Apr 2014 12:18:08 +0000 (17:48 +0530)] 
Updated to support latest changes in offcanvas

11 years agoIncreased preference for {{title}} in assemble template
Lonewolf [Mon, 7 Apr 2014 12:17:39 +0000 (17:47 +0530)] 
Increased preference for {{title}} in assemble template

11 years ago$include-pagination-classes added 4915/head
jlachowski [Mon, 7 Apr 2014 11:03:20 +0000 (13:03 +0200)] 
$include-pagination-classes added

11 years agodo not overwrite $pagination-li-float if set
jlachowski [Mon, 7 Apr 2014 11:02:00 +0000 (13:02 +0200)] 
do not overwrite $pagination-li-float if set

11 years agoUpdated docs for offcanvas with data-offcanvas 4913/head
Lonewolf [Mon, 7 Apr 2014 06:39:19 +0000 (12:09 +0530)] 
Updated docs for offcanvas with data-offcanvas

11 years agoFixed incorrect class name 4912/head
Daniel Kaspo [Mon, 7 Apr 2014 02:27:10 +0000 (22:27 -0400)] 
Fixed incorrect class name

Class name was missing "-grid"; didn't want the documentation to mislead anyone.

11 years agoRecommit of PR #3220 from @anitagraham: 4911/head
Jordan Humphreys [Mon, 23 Sep 2013 23:39:28 +0000 (16:39 -0700)] 
Recommit of PR #3220 from @anitagraham:

- add events to clearing
- adds documentation for those events

with changes:

- removed extra parameter from <code>open</code> event
- updated docs to match current style

11 years agoOrbit: remove `.animate-in` late (just before setting `.active`) 4909/head
Daniel Hahler [Sun, 6 Apr 2014 22:24:29 +0000 (00:24 +0200)] 
Orbit: remove `.animate-in` late (just before setting `.active`)

This fixes the animations, especially with `variable_height` handling,
where the slide content would slide in, but then disappear until the
final animation of the containers height gets done / is finished.

11 years agoOrbit: `min-height` for slides_container (instead of `height`) 4908/head
Daniel Hahler [Sun, 6 Apr 2014 18:25:15 +0000 (20:25 +0200)] 
Orbit: `min-height` for slides_container (instead of `height`)

Using `min-height` (with `position:relative`) allows the slide container
to get expanded, in case it contains elements of variable height (e.g.
accordions).

11 years agoReplace static inline-list margin value 4900/head
Sergej Lotz [Sat, 5 Apr 2014 21:19:32 +0000 (23:19 +0200)] 
Replace static inline-list margin value

Margin on inline-list always set to rem-calc(22), replaced with $inline-list-default-float-list-margin

11 years agoLib Update: normalize.css v3.0.0 --> v3.0.1 4899/head
Alex DiLiberto [Sat, 5 Apr 2014 20:49:23 +0000 (16:49 -0400)] 
Lib Update: normalize.css v3.0.0 --> v3.0.1

11 years agoRemove zoom:1 4897/head
Tushar Singh [Sat, 5 Apr 2014 10:00:33 +0000 (15:30 +0530)] 
Remove zoom:1

It's not required for IE8 and above

11 years agoMerge pull request #4877 from freesurface/static
Eric Morris [Sat, 5 Apr 2014 00:21:14 +0000 (17:21 -0700)] 
Merge pull request #4877 from freesurface/static

Grunt option to run basic static files server for "dist" files.

11 years agoMerge pull request #4892 from davejlong/reload-grunt
Eric Morris [Sat, 5 Apr 2014 00:07:11 +0000 (17:07 -0700)] 
Merge pull request #4892 from davejlong/reload-grunt

Configure Grunt to reload when Gruntfile changes

11 years agoMerge pull request #4884 from benfastmodel/master
Eric Morris [Sat, 5 Apr 2014 00:06:18 +0000 (17:06 -0700)] 
Merge pull request #4884 from benfastmodel/master

Fixed problems with nested modals

11 years agoMerge pull request #4883 from NikhilKalige/offcanvas-closeon-click
Eric Morris [Sat, 5 Apr 2014 00:04:29 +0000 (17:04 -0700)] 
Merge pull request #4883 from NikhilKalige/offcanvas-closeon-click

close_on_click option for offcanvas menu

11 years agoFix the build to include the vendor JS properly
Eric Morris [Fri, 4 Apr 2014 22:19:39 +0000 (15:19 -0700)] 
Fix the build to include the vendor JS properly

11 years agoMerge branch 'master' of github.com:zurb/foundation
Eric Morris [Fri, 4 Apr 2014 19:02:08 +0000 (12:02 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoRemove trailing comma
Eric Morris [Fri, 4 Apr 2014 19:01:51 +0000 (12:01 -0700)] 
Remove trailing comma

11 years agoMerge pull request #4876 from kamalx/fix-comment
Eric Morris [Fri, 4 Apr 2014 18:48:54 +0000 (11:48 -0700)] 
Merge pull request #4876 from kamalx/fix-comment

Fix error in comment in settings

11 years agoMerge pull request #4880 from absolunet/master
Eric Morris [Fri, 4 Apr 2014 18:47:49 +0000 (11:47 -0700)] 
Merge pull request #4880 from absolunet/master

Extra condition so it doesn't crash in IE8

11 years agoBump version number v5.2.2
Eric Morris [Fri, 4 Apr 2014 17:05:11 +0000 (10:05 -0700)] 
Bump version number

11 years agoConfigure Grunt to reload when Gruntfile changes 4892/head
David Long [Fri, 4 Apr 2014 14:50:52 +0000 (10:50 -0400)] 
Configure Grunt to reload when Gruntfile changes

11 years agoFix submit buttons
Eric Morris [Fri, 4 Apr 2014 00:12:39 +0000 (17:12 -0700)] 
Fix submit buttons

11 years agoPatch offcanvas for IE9
Eric Morris [Thu, 3 Apr 2014 23:55:46 +0000 (16:55 -0700)] 
Patch offcanvas for IE9

11 years agoForce Orbit to at least pretend to support IE 9.
Eric Morris [Thu, 3 Apr 2014 23:51:05 +0000 (16:51 -0700)] 
Force Orbit to at least pretend to support IE 9.

11 years agoFix Android/iOS swipe issues
Eric Morris [Thu, 3 Apr 2014 22:43:48 +0000 (15:43 -0700)] 
Fix Android/iOS swipe issues

11 years agoReset animation timing on first load to instantly jump to active slide
Eric Morris [Thu, 3 Apr 2014 21:03:31 +0000 (14:03 -0700)] 
Reset animation timing on first load to instantly jump to active slide

11 years agoClear transitions between slide changes
Eric Morris [Thu, 3 Apr 2014 21:03:04 +0000 (14:03 -0700)] 
Clear transitions between slide changes

11 years agoFix initial active state code for Orbit
Eric Morris [Thu, 3 Apr 2014 18:44:46 +0000 (11:44 -0700)] 
Fix initial active state code for Orbit

11 years agoRe-specify Orbit selectors to actually make it work
Eric Morris [Thu, 3 Apr 2014 17:20:39 +0000 (10:20 -0700)] 
Re-specify Orbit selectors to actually make it work

11 years agoAdd preogress_bar variable to Orbit settings
Eric Morris [Thu, 3 Apr 2014 17:20:15 +0000 (10:20 -0700)] 
Add preogress_bar variable to Orbit settings

11 years agoFix backwards play button in Orbit
Eric Morris [Wed, 2 Apr 2014 22:58:03 +0000 (15:58 -0700)] 
Fix backwards play button in Orbit

11 years agoMerge branch 'master' of github.com:zurb/foundation
Eric Morris [Thu, 3 Apr 2014 23:55:59 +0000 (16:55 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoUpdate _settings.scss
Rafi [Thu, 3 Apr 2014 21:25:04 +0000 (14:25 -0700)] 
Update _settings.scss

added $topbar-link-bg: $topbar-bg;
chaNGED $topbar-breakpoint: #{lower-bound($medium-range)}
and $topbar-media-query: $medium-up;

11 years agoUpdate _settings.scss
Rafi [Thu, 3 Apr 2014 21:15:44 +0000 (14:15 -0700)] 
Update _settings.scss

changed $subheader-font-weight: normal;

11 years agoAdds a changlog for 5.2.2
Jonathan Smiley [Thu, 3 Apr 2014 21:12:22 +0000 (14:12 -0700)] 
Adds a changlog for 5.2.2

11 years agoUpdate _settings.scss
Rafi [Thu, 3 Apr 2014 21:04:37 +0000 (14:04 -0700)] 
Update _settings.scss

changed $sub-nav-active-padding: $sub-nav-padding;

11 years agoUpdate _settings.scss
Rafi [Thu, 3 Apr 2014 21:00:06 +0000 (14:00 -0700)] 
Update _settings.scss

added $side-nav-font-weight-active: $side-nav-font-weight;
changed $side-nav-divider-color: scale-color(#fff, $lightness: 10%); was -10

11 years agoUpdate _settings.scss
Rafi [Thu, 3 Apr 2014 20:56:49 +0000 (13:56 -0700)] 
Update _settings.scss

changed $reveal-position-top: rem-calc(100);
added // We use this to set the default radius used throughout the core.

changed
// We use these to style the reveal close button
$reveal-close-font-size: rem-calc(40);
$reveal-close-top: rem-calc(8);
$reveal-close-side: rem-calc(11);
$reveal-close-color: #aaa;
$reveal-close-weight: bold;

11 years agoUpdate _settings.scss
Rafi [Thu, 3 Apr 2014 20:48:37 +0000 (13:48 -0700)] 
Update _settings.scss

Changed Progress Meter to Progress Bar
$progress-bar-border-color: scale-color(#fff, $lightness: 20%); was -20

11 years agoUpdate _settings.scss
Rafi [Thu, 3 Apr 2014 20:39:04 +0000 (13:39 -0700)] 
Update _settings.scss

changed $orbit-nav-bg: transparent !default;

11 years agoUpdate _settings.scss
Rafi [Thu, 3 Apr 2014 20:26:06 +0000 (13:26 -0700)] 
Update _settings.scss

changed $off-canvas-width: rem-calc(250);
changed FFF to fff for consistency

11 years agoUpdate _settings.scss
Rafi [Thu, 3 Apr 2014 20:12:33 +0000 (13:12 -0700)] 
Update _settings.scss

changed $keystroke-font-size: inherit;

11 years agoUpdate _settings.scss
Rafi [Thu, 3 Apr 2014 18:58:36 +0000 (11:58 -0700)] 
Update _settings.scss

added $xxlarge-range: (120.063em, 99999999em);