Commit Graph

1419 Commits

Author SHA1 Message Date
Chris Eppstein
20d3e705e3 Update nanoc so we can use the new watcher. 2010-11-12 21:45:24 -08:00
Chris Eppstein
955cfa75cf Make the new deprecated library documentation more obviously deprecated. 2010-11-12 20:28:54 -08:00
Irina Dumitrascu
60257ed673 Docs: improved CSS3/Gradient 2010-11-12 17:32:06 -08:00
Irina Dumitrascu
9d4da89071 Fixed the position evaluation for radial gradients
top    should mean top center (not top left)
left   should mean center left (not top left)
center should mean center center (it was wrongly evaluated to "50%"
       Safari would not show the gradient at all, SVG would place it
       in center left)

This does not affect linear gradients.
2010-11-12 17:32:06 -08:00
Irina Dumitrascu
6326835d5e Opt-in SVG support for gradients (linear & radial) 2010-11-12 17:32:06 -08:00
Chris Eppstein
efa9e2408d upgrade some gems 2010-11-12 17:10:12 -08:00
Eric Meyer
5341211c42 documentation for new transform api 2010-11-12 17:10:12 -08:00
Eric Meyer
e56505a0ce document new text shadow api 2010-11-12 17:10:12 -08:00
Eric Meyer
37b0bde605 multiple box shadow mixins use defaults 2010-11-12 17:10:12 -08:00
Eric Meyer
371e2103a7 text shadows v2, supports multiple shadows 2010-11-12 17:10:11 -08:00
Eric Meyer
782e6979ea 2d and 3d transforms, version 2, closes 170 2010-11-12 17:10:11 -08:00
Eric Meyer
290aac3a7e 2d and 3d transforms, version 2, closes 170 2010-11-12 17:10:11 -08:00
Chris Eppstein
509282f916 Document the new box shadow api 2010-11-12 17:10:11 -08:00
Chris Eppstein
b7285f9b85 Create a new version of the box shadow api to accomodate multiple box shadows. 2010-11-12 17:10:11 -08:00
Chris Eppstein
fb33dff089 What I'd like the box shadow upgrade to be -- not legal syntax. 2010-11-12 17:10:11 -08:00
Chris Eppstein
46d399c044 fucking charsets. how do they work. 2010-11-12 17:01:22 -08:00
Chris Eppstein
a8a2f42b60 Add reference documentation and examples for stretching module. 2010-11-12 16:45:19 -08:00
Steve Wong
a82a5938b6 New layout mixins for absolute positioning:
* stretch
* stretch-x
* stretch-y
2010-11-12 16:07:18 -08:00
Chris Eppstein
a618ff3509 Docs about the trig functions. 2010-11-12 15:57:03 -08:00
Chris Eppstein
463301e983 Added trigonometry functions for fun and profit.
Closes GH-201.
2010-11-12 15:38:39 -08:00
Chris Eppstein
c0533a01d9 Tell folks how to stay on the old version of blueprint if they prefer it. 2010-11-12 11:54:13 -08:00
Chris Eppstein
4fac970a1f Update changelog with link to the compare view for the blueprint upgrade 2010-11-12 11:49:48 -08:00
Chris Eppstein
30d6006bc8 update changelog 2010-11-12 11:43:29 -08:00
Chris Eppstein
864780969d Port of blueprint commit 8ae74e6b2216d1804d515cd9914d1b752b09c3e3
Author: Christian Montoya <sirokai@gmail.com>
Date:   Wed Sep 29 16:51:40 2010 -0400

    Fixed select bug in Safari
2010-11-12 11:30:45 -08:00
Chris Eppstein
e35ebb8046 Port of blueprint commit 5b455fed7c044a97a2e72fd483887c3a9e526924
Author: Christian Montoya <sirokai@gmail.com>
Date:   Wed Sep 29 16:43:55 2010 -0400

    Fixed IE label alignment issue
2010-11-12 11:04:44 -08:00
Chris Eppstein
386910ea6c Port of blueprint commit 889b8e51abaaba47ba8bda2d63450859ac9c725f
Author: Christian Montoya <sirokai@gmail.com>
Date:   Wed Sep 29 15:57:48 2010 -0400

    Added .alert as synonym for .error
2010-11-12 11:01:41 -08:00
Chris Eppstein
b57e7cbd8b Port of blueprint commits:
commit eebd6d7796459762841591fc11dc68d218acc5eb
Author: Christian Montoya <sirokai@gmail.com>
Date:   Tue Sep 28 14:30:35 2010 -0400

    Fixed legend/fieldset bug in IE6-8

commit 8fb04b6d8c585ac29cc80665c6a2d520ed1aa28f
Author: Christian Montoya <sirokai@gmail.com>
Date:   Fri Sep 17 13:33:30 2010 -0400

    Fixing fieldset padding for IE 6 & 7
2010-11-12 10:57:42 -08:00
Chris Eppstein
3bee9df60a With a few minor deviations this is a port of blueprint commits:
commit 7522a25ab641264da4aebdc3e78cb2c5b253c939
Author: Christian Montoya <sirokai@gmail.com>
Date:   Fri Sep 17 11:52:34 2010 -0400

    Fixed lighthouse bugs, updated tests/index.html

commit 5459eddd7b2953a6b0b6d10e97d056019762874a
Author: Christian Montoya <sirokai@gmail.com>
Date:   Wed Sep 29 15:53:24 2010 -0400

    Fix for conflict between .right and .column/.span-X

Deviations:
I think it's incorrect to apply zebra striping to all tables. So
instead, you must opt in by applying the striped class to a table.
2010-11-12 10:56:52 -08:00
Chris Eppstein
74bcd9ca5c Port of blueprint commit 4b349743801812ce4cdb34f57d5e2680ac9e0dac
Author: Christian Montoya <sirokai@gmail.com>
Date:   Fri Sep 17 02:15:24 2010 -0400

    Fixing form alignment
2010-11-12 10:29:41 -08:00
Chris Eppstein
aeb83399da Alignment 2010-11-12 10:27:04 -08:00
Chris Eppstein
6430b91248 don't need these unquotes 2010-11-12 10:26:08 -08:00
Chris Eppstein
4440b9accf Dashes > Underscores 2010-11-12 10:24:56 -08:00
Chris Eppstein
5a4b469ca8 Port of blueprint commit:
commit 6a5e19715401f54d574f5a111a6e5f6bd6439301
Author: Christian Montoya <sirokai@gmail.com>
Date:   Wed Sep 15 12:26:30 2010 -0400

    fixed push classes, last of Franz's fixes
2010-11-12 10:18:11 -08:00
Chris Eppstein
bb2745d7a5 Port of blueprint commit:
commit a6f9b2d85fe31e30e6336835f4a3d5505892a595
Author: Christian Montoya <sirokai@gmail.com>
Date:   Tue Sep 14 20:50:56 2010 -0400

    Fixed list padding
2010-11-12 10:14:47 -08:00
Chris Eppstein
31c133c961 Port of blueprint commit:
commit 29a8d150c7e993c5379bf974ff75da9388ff1f37
Author: Christian Montoya <sirokai@gmail.com>
Date:   Tue Sep 14 17:10:53 2010 -0400

    Fixing reset.css, preventing table cell floating
2010-11-12 10:08:51 -08:00
Chris Eppstein
20587214dc Port of blueprint commit:
commit 1b90737a8ded9ffb2f12806101c7a341b18727ac
Author: Christian Montoya <sirokai@gmail.com>
Date:   Tue Sep 14 16:56:43 2010 -0400

    Finally finalized link colors
2010-11-12 10:06:00 -08:00
Chris Eppstein
a7977f4d63 Port of the following blueprint commit:
commit 1adea984cbe7d30a529713f9e0ae8bd26fd88272
Author: Christian Montoya <sirokai@gmail.com>
Date:   Wed Sep 1 16:54:35 2010 -0400

    Adding new changes for link colors and test files
2010-11-12 09:54:44 -08:00
Chris Eppstein
16dc5e8646 Fix some gem dependency and loading issues. 2010-11-12 09:54:06 -08:00
Chris Eppstein
80777ec5be Port of blueprint commit:
commit 63b66d722bb727dac6be949b8cef74b913662bd5
Author: Joshua Clayton <jclayton@thoughtbot.com>
Date:   Sat Jan 16 15:13:51 2010 -0500

    Make .colborder and .border not div-specific
2010-11-12 09:10:26 -08:00
Chris Eppstein
3f4d339432 Port of blueprint commit:
commit 50d160b713f119627c7beaebd35b751bc26c5c0a
Author: Joshua Clayton <jclayton@thoughtbot.com>
Date:   Sun Jan 10 10:37:08 2010 -0500

    Support HTML5

    This includes removing the div scope on grid classes (span-#),
applying
    the reset to core HTML5 elements, and explicitly defining the rule
    'display: block' for those elements.
2010-11-12 09:07:32 -08:00
Chris Eppstein
a05e1ee7c0 Update for some small changes to the inline block mixin 2010-11-12 09:05:29 -08:00
Chris Eppstein
b305ab049a Some updates from haml with respect to @charset handling. 2010-11-12 09:00:22 -08:00
Chris Eppstein
e50dc8054e Fix broken test 2010-11-12 08:51:11 -08:00
Chris Eppstein
f76b8bde17 Add html5 elements to the elements-of-type() helper 2010-11-12 08:50:21 -08:00
Chris Eppstein
2aa4f66e01 The sass utilities can live in two places for a while. 2010-11-12 08:47:00 -08:00
Chris Eppstein
1d0cba7620 Ignore this folder where I put shit I don't want in source control but don't want to delete yet. 2010-11-11 21:53:39 -08:00
Chris Eppstein
79b23a8ed9 don't forget 2010-11-11 21:52:07 -08:00
Chris Eppstein
094a95e7ee Add an entry in the changelog for the new color helpers. 2010-11-11 21:51:20 -08:00
Chris Eppstein
b07f303d9b Merge branch 'stable'
* stable: (36 commits)
  Tweak the changelog.
  [CSS3] The box-shadow $spread value now defaults to using the browser default instead of 0.
  update the lockfile
  some todos
  Move the contributing guide to the tutorials section.
  add on-page anchors to the command line reference page.
  Better docs on the grid image command.
  Move the tutorials to the main nav... I don't think most people see it.
  Don't set the display in the box-flex mixin. This makes nested flex boxes annoying. Closes GH-207
  Add a note about the colorization change.
  Add a note about the compass validator
  Only colorize the action when logging results.
  Update to use the new compass validator during development.
  Fix broken test cases.
  Support true in addition to the inset keyword for the box-shadow mixin. Closes GH-206
  IE8 compat for :last-child selector
  Make the compass configuration file more self documenting by adding comments for preferred_syntax, output_style, and line_comments.
  Pass --no-line-comments to disable line comments.
  A little less noise during installation.
  Change the default Sass directory in standalone projects from src to sass. Closes GH-203
  ...

Conflicts:
	TODO.md
	VERSION.yml
	doc-src/content/CHANGELOG.markdown
	features/command_line.feature
	features/step_definitions/command_line_steps.rb
	lib/compass/commands/write_configuration.rb
2010-11-11 21:45:07 -08:00
Chris Eppstein
cd6ce54515 adjust & scale lightness and saturation 2010-11-11 21:30:59 -08:00