Commit Graph

12 Commits

Author SHA1 Message Date
Bas Bosman c6c8093085 Fix gutter variable 2014-06-10 16:46:04 +02:00
Mark Otto e06970948b Fixes #13616: Add custom gutter support to containers 2014-06-10 00:24:23 -07:00
Mark Otto 8d9ef8f0a1 Addresses part of #13643: Correct webkit-linear-gradient syntax in horizontal gradients 2014-06-08 23:02:16 -07:00
Chris Rebert 95683ddfca change note in .resizable() mixin for accuracy
Not a Safari bug. It's standards-compliant.

Quoting from http://www.w3.org/TR/css3-ui/#resize :
> ### 8.1. `resize` property
>
> * Applies to: elements with `overflow` other than `visible`
>
> The `resize` property applies to elements whose computed `overflow` value is something other than `visible`.

Original comment was added in commit 648c468927.
2014-05-14 15:33:41 -07:00
Дмитро Будник 015569a138 fix doc typo
one can find correct name of variable just few lines below the typo
2014-03-27 11:54:39 +02:00
Mark Otto 09a7770919 Merge pull request #13013 from ogonkov/patch-1
Support for hovering on cell's with some state
2014-03-24 19:57:55 -07:00
Mark Otto 21084192b6 Fixes #13079: Scope .open class in button variant mixin to immediate children 2014-03-24 19:08:05 -07:00
Alexey 7ea9538def Support for hovering on cell's with state
If parent row are hovered, child cell with state should react to this.
2014-03-11 12:32:46 +03:00
Mark Otto 0b7b374691 words 2014-03-10 00:10:07 -07:00
Mark Otto 3a2d6e4050 Formatting, comment consolidation, and line endings 2014-03-10 00:05:57 -07:00
mrmrs b0bc9ef815 Add consistent newline at end of files in less/mixins 2014-03-09 23:44:11 -07:00
mrmrs 348b7de7f7 Break mixins.less up into smaller modules.
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less
Create mixins directory and move partials to that directory.

FIXES #12994
2014-03-09 23:18:48 -07:00