Commit Graph

1446 Commits

Author SHA1 Message Date
B Mathis
e6c28d81f7 renamed default variable in has-layout mixin to more appropriate name $approach 2010-11-15 16:28:53 -06:00
B Mathis
0e7bef6dbf updated changelog to indicate changes to the box-shadow and text-shadow mixin defaults 2010-11-14 23:51:02 -06:00
B Mathis
f135ecef34 defaults for text-shadow and box-shadow are better 2010-11-14 23:37:46 -06:00
Chris Eppstein
6817072f49 Handle gradients with those crazy extra arguments in them. 2010-11-14 20:55:11 -08:00
Chris Eppstein
683d58babc fix the default rake task 2010-11-14 20:41:18 -08:00
Chris Eppstein
721f1370bc I misread the spec, those are ands, not ors 2010-11-14 20:40:56 -08:00
Chris Eppstein
3e01a9e990 Change the legacy gradient mixins to use the new background-image mixin. 2010-11-14 20:30:04 -08:00
Chris Eppstein
a0f5b5a6ae Gradients in content too 2010-11-14 18:00:47 -08:00
Chris Eppstein
6c166bee0d Only emit extra property values for list images when required. 2010-11-14 17:49:19 -08:00
Chris Eppstein
cb0c3775cf Don't need to slice this list up afterall. 2010-11-14 17:39:30 -08:00
Chris Eppstein
133bf0a078 Gradient support for list-style-image. 2010-11-14 17:35:25 -08:00
Chris Eppstein
e0561d33f9 Trim some whitespace from the svg xml -- saves about 12 bytes from the output per gradient. 2010-11-14 17:04:17 -08:00
Chris Eppstein
4dc455f312 [CSS3] Support for the border-image property. 2010-11-14 16:56:39 -08:00
Chris Eppstein
3ade4e3f3a handle missing gradient arguments. 2010-11-14 12:40:22 -08:00
Chris Eppstein
5d85df5ca1 ignore rvmrc files. 2010-11-14 11:00:36 -08:00
Chris Eppstein
4ddc3e9bcf Revert "Updated gitignore"
This reverts commit c9a684c1cf.
2010-11-14 10:59:49 -08:00
Chris Eppstein
ad06b282cb New background image mixin with gradient support and up to 10 images. 2010-11-13 23:59:31 -08:00
Chris Eppstein
ff375489f6 less unquotes & underscores, more dashes 2010-11-13 23:59:31 -08:00
B Mathis
21a316c594 added home page layout for serving new home page deisgn 2010-11-13 17:28:23 -06:00
B Mathis
9338e134ce updated Gemfiles 2010-11-13 17:27:33 -06:00
B Mathis
c9a684c1cf Updated gitignore
Conflicts:

	.gitignore
2010-11-13 17:24:35 -06:00
Chris Eppstein
2f40eb9f7f Gradient mixin for IE6-8 using filters, only does simple linear gradients and must be applied seperately from the linear-gradient mixin. Closes GH-183. 2010-11-13 00:49:16 -08:00
Chris Eppstein
073c0d136c This is maddening. 2010-11-13 00:47:55 -08:00
Chris Eppstein
7406a627f8 A new function: if() 2010-11-13 00:46:41 -08:00
Chris Eppstein
f2def7bf3b Add note about an opera bug. 2010-11-12 23:00:14 -08:00
Chris Eppstein
5ca9dacc36 Tweak the gradient docs to explain svg support. 2010-11-12 22:53:50 -08:00
Chris Eppstein
af5ab4e6c9 Clean up the gradient demo page. 2010-11-12 22:01:26 -08:00
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