]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
11 years agoUpdate foundation.interchange.js 4724/head
clyates [Tue, 18 Mar 2014 23:18:28 +0000 (23:18 +0000)] 
Update foundation.interchange.js

Use regex literal to remove need for regex var
New regex tests for an image extension at the end of path

11 years agoUpdate foundation.interchange.js
clyates [Mon, 17 Mar 2014 16:28:27 +0000 (16:28 +0000)] 
Update foundation.interchange.js

Change regex so it only matches images

11 years agoUpdate foundation.accordion.js 4708/head
clyates [Mon, 17 Mar 2014 09:29:19 +0000 (09:29 +0000)] 
Update foundation.accordion.js

Remove child combinator in definition for aunts (line 27). Fixes issue #4707.

11 years agoMerge pull request #4700 from dGs-/patch-2
Eric Morris [Mon, 17 Mar 2014 07:53:18 +0000 (00:53 -0700)] 
Merge pull request #4700 from dGs-/patch-2

Update topbar.htm (sticky_on)

11 years agoMerge pull request #4706 from farleyta/fix-package-json
Eric Morris [Mon, 17 Mar 2014 07:46:12 +0000 (00:46 -0700)] 
Merge pull request #4706 from farleyta/fix-package-json

Added a repository field to package.json to prevent npm warning.

11 years agoAdded a repository field to package.json to prevent npm warning. Closes #4705. 4706/head
Tim Farley [Sun, 16 Mar 2014 23:33:52 +0000 (19:33 -0400)] 
Added a repository field to package.json to prevent npm warning.  Closes #4705.

11 years agoUpdate topbar.htm (sticky_on) 4700/head
dGs- [Sun, 16 Mar 2014 05:36:39 +0000 (16:36 +1100)] 
Update topbar.htm (sticky_on)

data-options: sticky_on: large was misplaced

11 years agoDisable link hijacking on offcanvas
Eric Morris [Sat, 15 Mar 2014 07:31:40 +0000 (00:31 -0700)] 
Disable link hijacking on offcanvas

11 years agoAdd button element styling to top-bar
Eric Morris [Sat, 15 Mar 2014 07:07:14 +0000 (00:07 -0700)] 
Add button element styling to top-bar

11 years agoMerge branch 'master' of github.com:zurb/foundation
Eric Morris [Sat, 15 Mar 2014 05:41:42 +0000 (22:41 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoMerge pull request #4663 from stefanjudis/master
Eric Morris [Sat, 15 Mar 2014 05:30:56 +0000 (22:30 -0700)] 
Merge pull request #4663 from stefanjudis/master

added tranlate3d to .menu-icon in off canvas

11 years agoRestore doc fixes that didn't get merged in properly the first time.
Eric Morris [Sat, 15 Mar 2014 05:28:32 +0000 (22:28 -0700)] 
Restore doc fixes that didn't get merged in properly the first time.

11 years agoFix title alignment in offcanvas header.
Eric Morris [Sat, 15 Mar 2014 05:23:59 +0000 (22:23 -0700)] 
Fix title alignment in offcanvas header.

11 years agoMerge pull request #4692 from alandaguegreene/remove-duplicate-text-alignment
Eric Morris [Sat, 15 Mar 2014 05:01:51 +0000 (22:01 -0700)] 
Merge pull request #4692 from alandaguegreene/remove-duplicate-text-alignment

Remove duplicate text alignment classes

11 years agoMerge pull request #4695 from joeworkman/topbar-button-fix
Eric Morris [Sat, 15 Mar 2014 05:00:01 +0000 (22:00 -0700)] 
Merge pull request #4695 from joeworkman/topbar-button-fix

Fix text color for buttons in Top Bar

11 years agoMerge branch 'reveal-new-classes' of https://github.com/joeworkman/foundation into...
Eric Morris [Sat, 15 Mar 2014 04:34:15 +0000 (21:34 -0700)] 
Merge branch 'reveal-new-classes' of https://github.com/joeworkman/foundation into joeworkman-reveal-new-classes

11 years agoRemove faulty sample from slider docs
Eric Morris [Wed, 5 Mar 2014 23:44:11 +0000 (15:44 -0800)] 
Remove faulty sample from slider docs

11 years agoPrevent highlighting while using range sliders
Eric Morris [Wed, 5 Mar 2014 23:05:48 +0000 (15:05 -0800)] 
Prevent highlighting while using range sliders

11 years agoAdd RTL support to slider
Eric Morris [Wed, 5 Mar 2014 22:40:24 +0000 (14:40 -0800)] 
Add RTL support to slider

11 years agoRefactored the reveal-modal-style mixin 4696/head
Joe Workman [Sat, 15 Mar 2014 02:12:42 +0000 (19:12 -0700)] 
Refactored the reveal-modal-style mixin

The previous version of this mixin required that you define a ton of parameters each time you wanted to apply a style. When the mixin is first called in order to apply the default styles, those default styles are passed as parameters. Therefore in subsequent calls, you are only passing the particular attribute that you want to override.

This new version of the mixing seems to remove a small amount of duplicate styles that were not needed.

I made this a separate commit in case this reflector was not desired but you still wanted to accept the new radius, round and collapse classes.

11 years agoReveal : support for radius, round and collapse classes
Joe Workman [Sat, 15 Mar 2014 01:53:59 +0000 (18:53 -0700)] 
Reveal : support for radius, round and collapse classes

This adds support for adding the following classes to the reveal modal: radius, round and collapse

11 years agoFix text color for buttons in Top Bar 4695/head
Joe Workman [Sat, 15 Mar 2014 00:35:00 +0000 (17:35 -0700)] 
Fix text color for buttons in Top Bar

When a button is used inside Top Bar, the text color was always getting set to the link color. However, a better default would be to use the button-style mixin from buttons.scss in order to determine what the best text color would be.

11 years agoRemove duplicate text alignment classes 4692/head
Alan Dague-Greene [Fri, 14 Mar 2014 23:30:47 +0000 (17:30 -0600)] 
Remove duplicate text alignment classes

The text alignment loop is all that’s needed to generate text alignment
classes. This removes the previous explicit classes, and places the
loop include where the classes were.

11 years agoMerge pull request #4691 from jaydm/fixTopbar-noHover
Eric Morris [Fri, 14 Mar 2014 23:04:12 +0000 (16:04 -0700)] 
Merge pull request #4691 from jaydm/fixTopbar-noHover

Add code to remove the hover class from the siblings of the newly select...

11 years agoMerge branch 'master' of github.com:zurb/foundation
Eric Morris [Fri, 14 Mar 2014 22:21:08 +0000 (15:21 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoUpdate Foundation.media_queries to use small-up instead of small-only and make corres...
Eric Morris [Fri, 14 Mar 2014 22:19:36 +0000 (15:19 -0700)] 
Update Foundation.media_queries to use small-up instead of small-only and make corresponding change in tooltips.

11 years agoAdd code to remove the hover class from the siblings of the newly selected menu choic... 4691/head
Jay D. McHugh [Fri, 14 Mar 2014 22:19:01 +0000 (17:19 -0500)] 
Add code to remove the hover class from the siblings of the newly selected menu choice. This is only an issue when is_hover: false

11 years agoMerge pull request #4677 from nmec/fix/css-triangle
Eric Morris [Fri, 14 Mar 2014 22:05:48 +0000 (15:05 -0700)] 
Merge pull request #4677 from nmec/fix/css-triangle

Update description of CSS triangle mixin to reflect it's less equal nature

11 years agoMerge pull request #4680 from eduardomb/master
Eric Morris [Fri, 14 Mar 2014 21:48:51 +0000 (14:48 -0700)] 
Merge pull request #4680 from eduardomb/master

grunt build should be run inside project folder.

11 years agoMerge pull request #4686 from NikhilKalige/make-columngutter-global
Eric Morris [Fri, 14 Mar 2014 21:31:37 +0000 (14:31 -0700)] 
Merge pull request #4686 from NikhilKalige/make-columngutter-global

Made column-gutter a global variable

11 years agoMade column-gutter a global variable 4686/head
Lonewolf [Fri, 14 Mar 2014 20:06:24 +0000 (01:36 +0530)] 
Made column-gutter a global variable

11 years agogrunt build should be run inside project folder. 4680/head
Eduardo [Fri, 14 Mar 2014 15:57:17 +0000 (12:57 -0300)] 
grunt build should be run inside project folder.

Non grunt users might not figure out that 'grunt build' should be run
inside project folder. This commit improve SASS doc by adding an
explicit 'cd' command before build.

11 years agoUpdate description of CSS triangle mixin to reflect it's less equal nature. 4677/head
Jono Warren [Fri, 14 Mar 2014 10:26:43 +0000 (10:26 +0000)] 
Update description of CSS triangle mixin to reflect it's less equal nature.

11 years agoMerge branch 'dropdown-hover-click' of https://github.com/Zmetser/foundation into...
Eric Morris [Fri, 14 Mar 2014 07:32:25 +0000 (00:32 -0700)] 
Merge branch 'dropdown-hover-click' of https://github.com/Zmetser/foundation into Zmetser-dropdown-hover-click

Conflicts:
js/foundation/foundation.dropdown.js

11 years agoWhitespace cleanup in Gruntfile
Eric Morris [Fri, 14 Mar 2014 07:23:11 +0000 (00:23 -0700)] 
Whitespace cleanup in Gruntfile

11 years agoFix compare link on changelog
Eric Morris [Thu, 13 Mar 2014 23:57:44 +0000 (16:57 -0700)] 
Fix compare link on changelog

11 years agoRemove misnamed docs folder v5.2.1
Eric Morris [Thu, 13 Mar 2014 22:26:38 +0000 (15:26 -0700)] 
Remove misnamed docs folder

11 years agoRemove unused pizza folder
Eric Morris [Thu, 13 Mar 2014 22:25:21 +0000 (15:25 -0700)] 
Remove unused pizza folder

11 years agoBump version number to 5.2.1
Eric Morris [Thu, 13 Mar 2014 22:23:00 +0000 (15:23 -0700)] 
Bump version number to 5.2.1

11 years agocupdated changelog for 5.2.1
Rafi Benkual [Thu, 13 Mar 2014 21:25:10 +0000 (14:25 -0700)] 
cupdated changelog for 5.2.1

11 years agoMerge pull request #4459 from razor-x/patch-1
Jonathan Smiley [Thu, 13 Mar 2014 19:38:22 +0000 (21:38 +0200)] 
Merge pull request #4459 from razor-x/patch-1

Push and pull won't work without the position set.

11 years agoMerge pull request #4574 from NikhilKalige/alert-close-trigger
Jonathan Smiley [Thu, 13 Mar 2014 19:36:42 +0000 (21:36 +0200)] 
Merge pull request #4574 from NikhilKalige/alert-close-trigger

Alert changed event name from closed to close

11 years agoMerge pull request #4373 from andreygerasimchuk/top-bar-menu-icon-fix
Rafi [Thu, 13 Mar 2014 19:36:04 +0000 (12:36 -0700)] 
Merge pull request #4373 from andreygerasimchuk/top-bar-menu-icon-fix

Fix top-bar menu icon in expanded state

11 years agoMerge pull request #4615 from alandaguegreene/include-grid-first
Jonathan Smiley [Thu, 13 Mar 2014 19:34:05 +0000 (21:34 +0200)] 
Merge pull request #4615 from alandaguegreene/include-grid-first

Move grid to top of components

11 years agoMerge pull request #4616 from alandaguegreene/aligned-block-grid-variable
Jonathan Smiley [Thu, 13 Mar 2014 19:32:58 +0000 (21:32 +0200)] 
Merge pull request #4616 from alandaguegreene/aligned-block-grid-variable

Allow default value for block grid alignment

11 years agoMerge pull request #4536 from NikhilKalige/hamburger-mixin
Brandon Arnold [Thu, 13 Mar 2014 19:26:42 +0000 (12:26 -0700)] 
Merge pull request #4536 from NikhilKalige/hamburger-mixin

New mixin for offcanvas hamburger icon

11 years agoMerge pull request #4659 from akjohnson/extraneouscomment
Jonathan Smiley [Thu, 13 Mar 2014 19:25:47 +0000 (21:25 +0200)] 
Merge pull request #4659 from akjohnson/extraneouscomment

Extraneous line in foundation.scss file

11 years agoMerge pull request #4662 from jontewks/patch-1
Jonathan Smiley [Thu, 13 Mar 2014 19:25:29 +0000 (21:25 +0200)] 
Merge pull request #4662 from jontewks/patch-1

Update license year

11 years agoMerge pull request #4669 from sdhull/abide-validators
Rafi [Thu, 13 Mar 2014 19:25:02 +0000 (12:25 -0700)] 
Merge pull request #4669 from sdhull/abide-validators

Support custom validators [abide]

11 years agoMerge pull request #4596 from tmugford/fix/select-background-position
Brandon Arnold [Thu, 13 Mar 2014 19:16:00 +0000 (12:16 -0700)] 
Merge pull request #4596 from tmugford/fix/select-background-position

Fixed issue #4588. <select> background position incorrect on Mobile Safari 5/6.

11 years agoMerge pull request #4666 from craigward/patch-2
Brandon Arnold [Thu, 13 Mar 2014 19:12:14 +0000 (12:12 -0700)] 
Merge pull request #4666 from craigward/patch-2

Update media-queries.html

11 years agoMerge pull request #4655 from eimermusic/prefix-size
Rafi [Thu, 13 Mar 2014 18:53:01 +0000 (11:53 -0700)] 
Merge pull request #4655 from eimermusic/prefix-size

Derive pre- and postfix height from input instead of label

11 years agoMerge branch 'master' of github.com:zurb/foundation
Jonathan Smiley [Thu, 13 Mar 2014 18:15:22 +0000 (11:15 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

Conflicts:
scss/foundation/components/_buttons.scss

11 years agoRemoved unused elements from the button mixin
Jonathan Smiley [Thu, 13 Mar 2014 18:14:40 +0000 (11:14 -0700)] 
Removed unused elements from the button mixin

11 years agoSupport custom validators with abide 4669/head
Steve Hull [Thu, 13 Mar 2014 17:54:50 +0000 (10:54 -0700)] 
Support custom validators with abide

11 years agoMerge pull request #4591 from NikhilKalige/button-size-mixin-repeated
Brandon Arnold [Thu, 13 Mar 2014 16:20:37 +0000 (09:20 -0700)] 
Merge pull request #4591 from NikhilKalige/button-size-mixin-repeated

Repeated button-size mixin

11 years agoMerge pull request #4667 from jyek/fix-copyright-year
Brandon Arnold [Thu, 13 Mar 2014 15:45:43 +0000 (08:45 -0700)] 
Merge pull request #4667 from jyek/fix-copyright-year

update license copyright

11 years agoupdate license copyright 4667/head
Justin Yek [Thu, 13 Mar 2014 15:41:43 +0000 (08:41 -0700)] 
update license copyright

Copyrights should be updated to the current year.

11 years agoUpdate media-queries.html 4666/head
Craig Ward [Thu, 13 Mar 2014 14:53:35 +0000 (14:53 +0000)] 
Update media-queries.html

The second media query for Large Screens had an incorrect px value in the comment

11 years agoadded tranlate3d to .menu-icon in off canvas 4663/head
Stefan Judis [Thu, 13 Mar 2014 10:55:22 +0000 (11:55 +0100)] 
added tranlate3d to .menu-icon in off canvas

11 years agoUpdate license year 4662/head
Jon Tewksbury [Thu, 13 Mar 2014 05:34:59 +0000 (22:34 -0700)] 
Update license year

Fix outdated copyright year (updated to 2014).
The copyright year was out of date. Copyright notices must reflect the current year, so this commit updates the listed year to 2014.

See http://www.copyright.gov/circs/circ01.pdf for more info.

11 years agochanged text in markdown example
Rafi Benkual [Wed, 12 Mar 2014 23:17:40 +0000 (16:17 -0700)] 
changed text in markdown example

11 years agoTrigger handler on tab content as well as tabs.
Jordan Humphreys [Wed, 12 Mar 2014 21:56:18 +0000 (14:56 -0700)] 
Trigger handler on tab content as well as tabs.

11 years agoUpdate deep linking documentation.
Jordan Humphreys [Wed, 12 Mar 2014 21:19:47 +0000 (14:19 -0700)] 
Update deep linking documentation.

11 years agoMerge pull request #4561 from serglo/patch-1
Brandon Arnold [Wed, 12 Mar 2014 20:55:55 +0000 (13:55 -0700)] 
Merge pull request #4561 from serglo/patch-1

Set <hr> margin difference to use rem-calc

11 years agoExtraneous line in foundation.scss file 4659/head
Audra Johnson [Wed, 12 Mar 2014 19:32:31 +0000 (12:32 -0700)] 
Extraneous line in foundation.scss file

I notice that there's this line at the end of scss/foundation.scss:

  // * { border-radius: 500px !important; }

It was introduced in this changeset:

https://github.com/zurb/foundation/blob/09028fdb8abb171672de760d3173402a76ace32d/scss/foundation.scss#L47

It's a comment and seems like something extraneous that got into the commit by accident, especially considering this file is one that could be replicated by downstream users to include only certain components.

11 years agoderive pre- and postfix height from input 4655/head
Martin Westin [Wed, 12 Mar 2014 14:09:18 +0000 (15:09 +0100)] 
derive pre- and postfix height from input

11 years agoenable orbit vertical scrolling unless horizontal scrolling has crossed 5px threshold
Mark Hayes [Tue, 11 Mar 2014 23:12:25 +0000 (16:12 -0700)] 
enable orbit vertical scrolling unless horizontal scrolling has crossed 5px threshold

11 years agoFixing Forms in Tabs width issue
Arthur [Tue, 11 Mar 2014 19:22:23 +0000 (12:22 -0700)] 
Fixing Forms in Tabs width issue

11 years agoFixed the flex-video class for vimeo embeds
Jonathan Smiley [Tue, 11 Mar 2014 18:53:35 +0000 (11:53 -0700)] 
Fixed the flex-video class for vimeo embeds

11 years agoFix captions in Clearing viewer
Eric Morris [Tue, 11 Mar 2014 18:29:38 +0000 (11:29 -0700)] 
Fix captions in Clearing viewer

11 years agoMerge pull request #4622 from NikhilKalige/range-slider-variables
Eric Morris [Mon, 10 Mar 2014 00:03:10 +0000 (17:03 -0700)] 
Merge pull request #4622 from NikhilKalige/range-slider-variables

Added range slider variables to settings

11 years agoAdded range slider variables to settings 4622/head
Lonewolf [Sat, 8 Mar 2014 10:57:03 +0000 (16:27 +0530)] 
Added range slider variables to settings

11 years agoMakes me feel dirty, but this does solve a specificity / conflict issue
Jonathan Smiley [Sat, 8 Mar 2014 01:02:03 +0000 (17:02 -0800)] 
Makes me feel dirty, but this does solve a specificity / conflict issue

11 years agodon't require orbit links to be anchor tags
Mark Hayes [Fri, 7 Mar 2014 18:49:32 +0000 (10:49 -0800)] 
don't require orbit links to be anchor tags

11 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Fri, 7 Mar 2014 17:42:56 +0000 (09:42 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoorbit should call start on timer restart event
Mark Hayes [Fri, 7 Mar 2014 17:27:48 +0000 (09:27 -0800)] 
orbit should call start on timer restart event

11 years agoAllow default value for block grid alignment 4616/head
Alan Dague-Greene [Fri, 7 Mar 2014 00:40:15 +0000 (17:40 -0700)] 
Allow default value for block grid alignment

Adds block grid alignment setting to _settings.scss, for consistency
with other block grid variables.

11 years agoMove grid to top of components 4615/head
Alan Dague-Greene [Fri, 7 Mar 2014 00:36:35 +0000 (17:36 -0700)] 
Move grid to top of components

Excluding _accordion.scss from the list of components causes errors, as
it is the only component to reference _grid.scss. This change removes
the import from _accordion.scss and places _grid.scss as the first
component, thereby making it available to the other components.

11 years agocorrected z-index dialog modal
Rafi Benkual [Thu, 6 Mar 2014 22:02:57 +0000 (14:02 -0800)] 
corrected z-index dialog modal

11 years agoUse only screen for default media query in interchange.
Jordan Humphreys [Thu, 6 Mar 2014 19:16:16 +0000 (11:16 -0800)] 
Use only screen for default media query in interchange.

11 years agoMerge pull request #4570 from HashanP/update-docs
Eric Morris [Thu, 6 Mar 2014 17:47:39 +0000 (09:47 -0800)] 
Merge pull request #4570 from HashanP/update-docs

Updated docs for side nav

11 years agoMerge pull request #4592 from NikhilKalige/keystroke-html-class
Eric Morris [Thu, 6 Mar 2014 17:43:40 +0000 (09:43 -0800)] 
Merge pull request #4592 from NikhilKalige/keystroke-html-class

Added new variable keystroke class

11 years agoMerge pull request #4598 from NikhilKalige/docs-sass-page-updates
Eric Morris [Thu, 6 Mar 2014 17:21:36 +0000 (09:21 -0800)] 
Merge pull request #4598 from NikhilKalige/docs-sass-page-updates

Added grunt build to sass section docs

11 years agoupdate change for 5.2.0
Mark Hayes [Thu, 6 Mar 2014 00:51:50 +0000 (16:51 -0800)] 
update change for 5.2.0

11 years agoMerge branch '5.2-wip' of github.com:zurb/foundation into 5.2-wip v5.2.0
Mark Hayes [Wed, 5 Mar 2014 23:39:39 +0000 (15:39 -0800)] 
Merge branch '5.2-wip' of github.com:zurb/foundation into 5.2-wip

11 years agostart bumping version numbers
Mark Hayes [Wed, 5 Mar 2014 23:39:26 +0000 (15:39 -0800)] 
start bumping version numbers

11 years agoMerge branch '5.2-wip' of github.com:zurb/foundation into 5.2-wip
Jordan Humphreys [Wed, 5 Mar 2014 23:30:44 +0000 (15:30 -0800)] 
Merge branch '5.2-wip' of github.com:zurb/foundation into 5.2-wip

11 years agoUpdate tooltips to work in IE11.
Jordan Humphreys [Wed, 5 Mar 2014 23:30:25 +0000 (15:30 -0800)] 
Update tooltips to work in IE11.

11 years agoMerge branch 'master' of github.com:zurb/foundation into 5.2-wip
Mark Hayes [Wed, 5 Mar 2014 23:28:24 +0000 (15:28 -0800)] 
Merge branch 'master' of github.com:zurb/foundation into 5.2-wip

11 years agoadd orbit fade css3 animation back in
Mark Hayes [Wed, 5 Mar 2014 23:26:38 +0000 (15:26 -0800)] 
add orbit fade css3 animation back in

11 years agoaddresses issues with transformations not being removed from orbit slides on touchend...
Mark Hayes [Wed, 5 Mar 2014 22:29:00 +0000 (14:29 -0800)] 
addresses issues with transformations not being removed from orbit slides on touchend event

11 years agoMerge branch '5.2-wip' of github.com:zurb/foundation into 5.2-wip
Jordan Humphreys [Wed, 5 Mar 2014 22:25:07 +0000 (14:25 -0800)] 
Merge branch '5.2-wip' of github.com:zurb/foundation into 5.2-wip

11 years agoFix images loaded on FireFox.
Jordan Humphreys [Wed, 5 Mar 2014 22:24:06 +0000 (14:24 -0800)] 
Fix images loaded on FireFox.

11 years agoMerge branch '5.2-wip' of github.com:zurb/foundation into 5.2-wip
Mark Hayes [Wed, 5 Mar 2014 21:58:41 +0000 (13:58 -0800)] 
Merge branch '5.2-wip' of github.com:zurb/foundation into 5.2-wip

11 years agowait 100ms before calling goto, while slides get repositioned in orbit
Mark Hayes [Wed, 5 Mar 2014 21:58:17 +0000 (13:58 -0800)] 
wait 100ms before calling goto, while slides get repositioned in orbit

11 years agoMerge branch '5.2-wip' of github.com:zurb/foundation into 5.2-wip
Eric Morris [Wed, 5 Mar 2014 21:49:32 +0000 (13:49 -0800)] 
Merge branch '5.2-wip' of github.com:zurb/foundation into 5.2-wip

11 years agoEnable MS pointer events for sliders
Eric Morris [Wed, 5 Mar 2014 21:49:20 +0000 (13:49 -0800)] 
Enable MS pointer events for sliders

11 years agofix minheight on reveal
Brandon Arnold [Wed, 5 Mar 2014 21:25:00 +0000 (13:25 -0800)] 
fix minheight on reveal

11 years agofix rounded buttons on docs
Caleb Winters [Wed, 5 Mar 2014 21:23:37 +0000 (13:23 -0800)] 
fix rounded buttons on docs