1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
Commit graph

29 commits

Author SHA1 Message Date
Thomas McDonald
4acc32bc81 Revert "refactor row generation"
This reverts commit 7c6eff62eb.

I'm an idiot.
2012-03-29 17:01:42 +01:00
Thomas McDonald
e66d7bded4 add makeFluidColumn mixin
see http://stackoverflow.com/a/9909626/241212 for more info
2012-03-28 15:29:05 +01:00
Thomas McDonald
7c6eff62eb refactor row generation 2012-03-28 14:42:12 +01:00
Thomas McDonald
37563aab78 super comment removing speed boost!
Sass was getting hung up on the comment block at the top of both
bootstrap/bootstrap-responsive
2012-03-23 11:57:43 +00:00
Maximiliano Guzenski
d7e5c0e7a6 issue at @mixin gridCore 2012-03-23 04:41:24 -03:00
Thomas McDonald
69220b1b93 don't attempt to close this comment here 2012-03-13 21:56:55 +00:00
Thomas McDonald
1fa3c2519d update CSS to 2.0.2 2012-03-13 19:23:53 +00:00
Thomas McDonald
1544d335cc fixed selector on grid generation 2012-02-17 11:24:32 +00:00
Thomas McDonald
619a1d2f57 add !default to $gridRowWidth. fixes #64 2012-02-17 11:15:02 +00:00
Thomas McDonald
b50df683c7 Update CSS to 2.0.1 2012-02-17 09:54:22 +00:00
Matthew Boehlig
82ea8a65ac Change opacity mixin range from 0..1 to fix conflict with compass 2012-02-07 12:23:08 -06:00
Benoit Bénézech
6c37fa981b missing styling for hover in nav-list 2012-02-07 12:21:38 +01:00
Thomas McDonald
4ae4653ff6 Update bootstrap-sass to 2.0.0
Now with support for Compass!
2012-02-06 13:38:26 +00:00
Robert Jackson
2cf32b0611 Use underscores when calling ie_hex_str function. 2011-12-23 13:26:48 -05:00
Robert Jackson
2ae648370e Fix Microsoft.gradient issue with SASS asset compilation. Resolves #14. 2011-12-22 22:25:20 -05:00
Thomas McDonald
f68f42bb1b fix for IE-filter not supporting named colours
Supporting IE7 is more effort than it's worth, surely. should (yet
again) fix #14
2011-12-10 16:42:11 +00:00
Thomas McDonald
e5b01c994a enclose startColorstr and endColorstr in single-quotes
(hopefully) fixes #14
2011-12-02 22:32:49 +00:00
Thomas McDonald
80ab1a233e scaffold-related updated
removed & > from offset definitions
2011-12-02 22:18:10 +00:00
Thomas McDonald
f8dce60116 Merge pull request #13 from chopan/master
a merge that may or may not be required.
2011-12-02 14:07:47 -08:00
Thomas McDonald
ea07f6e241 Merge pull request #11 from bernardo/master
Tiny change to make it easy to override variables.
2011-11-29 09:31:47 -08:00
Thomas McDonald
66685b05f0 make tab behaviour backwards compatible. fixes #12 2011-11-29 17:14:13 +00:00
chopan
ae4e7e8738 change ".75" to "0.75" so it is valid syntax 2011-11-25 13:56:45 -07:00
Bernardo de Pádua
5cd8a7cee2 Adds '!default' to variables.css.scss
Adds '!default' to variables so we can override them, as done in the
compass port of bootstrap. No need for generators or anything, just set
the variables you want to override before importing bootstrap with
'@import bootstrap'.
2011-11-23 02:03:41 -02:00
Jonathon M. Abbott
6cb01d8507 Fix condensed-table padding 2011-11-17 20:20:03 +10:00
Derek Prior
65786e9c3e Fix select box height 2011-11-13 22:05:29 -05:00
Thomas McDonald
77429477d2 Update CSS with 1.4.0 changes 2011-11-04 14:38:12 +00:00
Thomas McDonald
f78e0d9cb0 Updated CSS to Bootstrap 1.3 2011-09-18 09:12:45 +01:00
Thomas McDonald
b7edc64a23 Fixed .container incorrectly being a mixin instead of a definition.
.container was incorrectly translated to @container, which skips an
incredibly important @include clearfix.
2011-09-07 00:12:01 +01:00
Thomas McDonald
c303d86d57 Extracted Bootstrap from QA
and everything *should* work.
2011-09-06 20:08:31 +01:00