diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/README.markdown b/lib/ruby/compass_0.13/compass-0.13.alpha.8/README.markdown deleted file mode 100644 index d3bb32ae..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/README.markdown +++ /dev/null @@ -1,30 +0,0 @@ -# Compass Stylesheet Authoring Framework - -Build Status: [![Build Status](https://travis-ci.org/chriseppstein/compass.png)](https://travis-ci.org/chriseppstein/compass) - -Code Quality: [![Code Climate](https://codeclimate.com/github/chriseppstein/compass.png)](https://codeclimate.com/github/chriseppstein/compass) - -## Resources - -* [Compass Homepage](http://compass-style.org/) -* [Installing Compass](http://compass-style.org/install/) -* [Compass Reference](http://compass-style.org/install/reference/) - -## Author -Compass is written by [Chris Eppstein](http://chriseppstein.github.io/).
-Chris is a software engineer at [LinkedIn](http://www.linkedin.com/) and a member of the [Sass](https://github.com/nex3/sass) core team. - -## Core Team Members - -* [Scott Davis](https://github.com/scottdavis) -* [Eric Meyer](https://github.com/ericam) -* [Brandon Mathis](https://github.com/imathis) - -## Major Contributors - -* [Nico Hagenburger](https://github.com/hagenburger) - -## License -Copyright (c) 2008-2009 Christopher M. Eppstein
-All Rights Reserved.
-Released under a [slightly modified MIT License](compass/blob/stable/LICENSE.markdown). diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/VERSION.yml b/lib/ruby/compass_0.13/compass-0.13.alpha.8/VERSION.yml deleted file mode 100644 index 3132e198..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/VERSION.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -:major: 0 -:minor: 13 -:state: alpha -:iteration: 8 -:name: Markab diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/README.markdown b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/README.markdown deleted file mode 100644 index b00d5709..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/README.markdown +++ /dev/null @@ -1,4 +0,0 @@ -To build the examples: - -1. You can run the compass command line from any particular compass example project -2. You can compile them all by running `rake examples` at the top of the project directory. \ No newline at end of file diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/config.rb b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/config.rb deleted file mode 100644 index bbb651ed..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/config.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Require any additional compass plugins here. -project_type = :stand_alone -css_dir = "stylesheets" -sass_dir = "src" -images_dir = "images" -output_style = :compact -relative_assets = true diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/images/grid.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/images/grid.png deleted file mode 100644 index 129d4a29..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/images/grid.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/index.html.haml b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/index.html.haml deleted file mode 100644 index 3b25dc6e..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/index.html.haml +++ /dev/null @@ -1,85 +0,0 @@ -!!! -%html{ :lang => "en" } - %head - %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } - %title - Blueprint test pages - / - Framework CSS - %link{ :href => "stylesheets/screen.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } - %link{ :href => "stylesheets/index.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } - %link{ :href => "stylesheets/print.css", :rel => "stylesheet", :media => "print", :type => "text/css" } - / - [if IE]> "0", :border => "0", :cellpadding => "0" } - %tr - %th.span-6 - Test page - %th.span-8 - Main files tested - %th.span-10 - Description - %tr - %td - %a{ :href => "parts/grid.html" } - Grid - %td - %a{ :href => "../../frameworks/blueprint/stylesheets/blueprint/_grid.sass" } - grid.sass - %td - Tests classes provided by the grid module. - %tr.even - %td - %a{ :href => "parts/elements.html" } - Typography - %td - %a{ :href => "../../frameworks/blueprint/stylesheets/blueprint/_typography.sass" } - typography.sass - %td - Tests HTML elements which gets set in the typography module. - %tr - %td - %a{ :href => "parts/forms.html" } - Forms - %td - %a{ :href => "../../frameworks/blueprint/stylesheets/blueprint/_form.sass" } - form.sass - %td - Tests classes and default look provided by the form module. - %p - %em - %strong - Note about the css files: - These test files utilize the css files that are generated from - %a{ :href => "http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html" } - Sass templates - \. - In other words, if you change any of the source files, - you'll have to re-build them with - %code - rake examples - to see any changes. - .box - %p - For more information and help, try these resources: - %ul.bottom - %li - %a{ :href => "http://code.google.com/p/blueprintcss" } - The Blueprint home page. - %li - %a{ :href => "http://groups.google.com/group/blueprintcss" } - Our anything-goes mailing list. - %li - %a{ :href => "http://bjorkoy.com" } - The blog where news about Blueprint gets posted. - %p - %a{ :href => "http://validator.w3.org/check?uri=referer" } - %img.top{ :src => "parts/valid.png", :height => "31", :alt => "Valid HTML 4.01 Strict", :width => "88" } diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/elements.html.haml b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/elements.html.haml deleted file mode 100644 index f6039e46..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/elements.html.haml +++ /dev/null @@ -1,282 +0,0 @@ -!!! -%html{ :lang => "en" } - %head - %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } - %title - Blueprint HTML Elements Tests - / - Framework CSS - %link{ :href => "../stylesheets/screen.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } - %link{ :href => "../stylesheets/print.css", :rel => "stylesheet", :media => "print", :type => "text/css" } - / - [if IE]> "http://www.google.com" } - \<a> a + href - %p - %abbr{ :title => "extended abbr text should show when mouse over" } - \<abbr> abbr - extended text when mouseover. - %br - %acronym{ :title => "extended acronym text should show when mouse over" } - \<acronym> acronym - extended text when mouseover. - %address - \<address> - %br - Donald Duck - %br - Box 555 - %br - Disneyland - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore dolore. - .span-8 - %table{ :cellspacing => "0", :border => "0", :summary => "This is the summary text for this table.", :cellpadding => "0" } - %caption - %em - A standard test table with a caption, tr, td elements - %tr - %th.span-4 - Table Header One - %th.span-4.last - Table Header Two - %tr - %td - TD One - %td - TD Two - %tr - %td{ :colspan => "2" } - TD colspan 2 - %table{ :cellspacing => "0", :border => "0", :summary => "This is the summary text for this table.", :cellpadding => "0" } - %caption - %em - A test table with a thead, tfoot, and tbody elements - %thead - %tr - %th.span-4 - Table Header One - %th.span-4.last - Table Header Two - %tfoot - %tr - %td{ :colspan => "2" } - tfoot footer - %tbody - %tr - %td - TD One - %td - TD Two - %tr - %td - TD One - %td - TD Two - %tbody - %tr - %td - TD One - %td - TD Two - %tr - %td - TD One - %td - TD Two - .span-8.last - %pre - \<pre> - pre space1 - pre space1 - pre space2 - pre space2 - pre tab - pre tab - %code - \<code> - Not indented - indent1 - indent1 - indent2 - indent3 - %tt - \<tt> - This tt text should be monospaced - and - wrap as if - one line of text - even though the code has newlines, spaces, and tabs. - It should be the same size as <p> text. - %hr - %p - %a{ :href => "http://validator.w3.org/check?uri=referer" } - %img.top{ :src => "valid.png", :height => "31", :alt => "Valid HTML 4.01 Strict", :width => "88" } diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/forms.html.haml b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/forms.html.haml deleted file mode 100644 index a1f63a7f..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/forms.html.haml +++ /dev/null @@ -1,200 +0,0 @@ -!!! -%html{ :lang => "en" } - %head - %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } - %title - Blueprint Forms Tests - / - Framework CSS - %link{ :href => "../stylesheets/screen.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } - %link{ :href => "../stylesheets/print.css", :rel => "stylesheet", :media => "print", :type => "text/css" } - / - [if lt IE 8]> "", :method => "post" } - %fieldset - %legend - Simple sample form - %p - %label{ :for => "dummy0" } - Text input (title) - %br - %input#dummy0.title{ :name => "dummy0", :type => "text", :value => "Field with class .title" } - %p - %label{ :for => "dummy1" } - Another field - %br - %input#dummy1.text{ :name => "dummy1", :type => "text", :value => "Field with class .text" } - %p - %label{ :for => "dummy2" } - Textarea - %br - %textarea#dummy2{ :name => "dummy2", :rows => "5", :cols => "20" } - %p - %input{ :type => "submit", :value => "Submit" } - %input{ :type => "reset", :value => "Reset" } - .span-12.last - .error - This is a <div> with the class - %strong - \.error - \. - %a{ :href => "#" } - Link - \. - .notice - This is a <div> with the class - %strong - \.notice - \. - %a{ :href => "#" } - Link - \. - .info - This is a <div> with the class - %strong - \.info - \. - %a{ :href => "#" } - Link - \. - .success - This is a <div> with the class - %strong - \.success - \. - %a{ :href => "#" } - Link - \. - %fieldset - %legend - Select, checkboxes, lists - %p - %label{ :for => "dummy3" } - Select field - %br - %select#dummy3{ :name => "dummy3" } - %option{ :value => "1" } - Ottawa - %option{ :value => "2" } - Calgary - %option{ :value => "3" } - Moosejaw - %p - %label{ :for => "dummy4" } - Select with groups - %br - %select#dummy4{ :name => "dummy4" } - %option - Favorite pet - %optgroup{ :label => "mammals" } - %option - dog - %option - cat - %option - rabbit - %option - horse - %optgroup{ :label => "reptiles" } - %option - iguana - %option - snake - %p - %label - Radio buttons - %br - %input{ :name => "example", :type => "radio" } - Radio one - %br - %input{ :name => "example", :type => "radio" } - Radio two - %br - %input{ :name => "example", :type => "radio" } - Radio three - %br - %p - %label - Checkboxes - %br - %input{ :type => "checkbox" } - Check one - %br - %input{ :type => "checkbox" } - Check two - %br - %input{ :type => "checkbox" } - Check three - %br - .span-24.last - %fieldset - %legend - Alignment - %p - %label{ :for => "dummy5" } - Select field - %select#dummy5{ :name => "dummy5" } - %option{ :value => "1" } - Ottawa - %option{ :value => "2" } - Calgary - %option{ :value => "3" } - Moosejaw - %p - %label{ :for => "dummy6" } - Text input (title) - %input#dummy6.title{ :name => "dummy6", :type => "text", :value => "Field with class .title" } - %p - %label{ :for => "dummy7" } - Select field - %select#dummy7{ :name => "dummy7" } - %option{ :value => "1" } - Ottawa - %option{ :value => "2" } - Calgary - %option{ :value => "3" } - Moosejaw - %label{ :for => "dummy8" } - Another field - %input#dummy8.text{ :name => "dummy8", :type => "text", :value => "Field with class .text" } - .span-24.last - %form.inline{ :action => "", :method => "post" } - %fieldset - %legend - A form with class "inline" - .span-3 - %label{ :for => "a" } - Label A: - %select#a{ :name => "a" } - %option{ :value => "0" } - All - .span-2 - some text - .span-3 - %input#o.checkbox{ :type => "checkbox", :name => "o", :value => "true", :checked => "checked" } - checkbox one - .span-3 - %label{ :for => "b" } - Label B: - %select#b{ :name => "b" } - %option{ :value => "0" } - All - .span-2 - %a{ :href => "" } - A Hyperlink - .span-8 - %input#q.text{ :type => "text", :name => "q", :value => "Field with class .text" } - .span-2.last - %input.button{ :type => "submit", :value => "submit" } - / WTF This doesn't render correctly without some space. -   - %hr - %p - %a{ :href => "http://validator.w3.org/check?uri=referer" } - %img.top{ :src => "valid.png", :height => "31", :alt => "Valid HTML 4.01 Strict", :width => "88" } diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/grid.html.haml b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/grid.html.haml deleted file mode 100644 index 1e2f5f13..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/grid.html.haml +++ /dev/null @@ -1,274 +0,0 @@ -!!! -%html{ :lang => "en" } - %head - %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } - %title - Blueprint Grid Tests - / - Framework CSS - %link{ :href => "../stylesheets/screen.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } - %link{ :href => "../stylesheets/print.css", :rel => "stylesheet", :media => "print", :type => "text/css" } - / - [if IE]> "test-small.jpg" } - .span-10.last - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - .span-2 - %img.push-2{ :src => "test-small.jpg" } - .span-10.last - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - .span-2 - %img.push-3{ :src => "test-small.jpg" } - .span-10.last - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - .span-2 - %img.push-4{ :src => "test-small.jpg" } - .span-10.last - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - .span-2 - %img.push-5{ :src => "test-small.jpg" } - .span-10.last - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - .span-12.last - %h5 - TESTING .PULL-1 TO .PULL-5 - .span-10 - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - .span-2.last - %img.top.pull-1{ :src => "test-small.jpg" } - .span-10 - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - .span-2.last - %img.top.pull-2{ :src => "test-small.jpg" } - .span-10 - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - .span-2.last - %img.top.pull-3{ :src => "test-small.jpg" } - .span-10 - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - .span-2.last - %img.top.pull-4{ :src => "test-small.jpg" } - .span-10 - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - .span-2.last - %img.top.pull-5{ :src => "test-small.jpg" } - .span-24 - %p - %a{ :href => "http://validator.w3.org/check?uri=referer" } - %img.bottom{ :src => "valid.png", :height => "31", :alt => "Valid HTML 4.01 Strict", :width => "88" } diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/test-small.jpg b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/test-small.jpg deleted file mode 100644 index aa599d99..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/test-small.jpg and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/test.jpg b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/test.jpg deleted file mode 100644 index 0107be27..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/test.jpg and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/valid.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/valid.png deleted file mode 100644 index dd20e497..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/parts/valid.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/src/ie.scss b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/src/ie.scss deleted file mode 100644 index a5a0d158..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/src/ie.scss +++ /dev/null @@ -1,3 +0,0 @@ -@import "blueprint"; - -@include blueprint-ie; diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/src/images/grid.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/src/images/grid.png deleted file mode 100644 index 129d4a29..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/src/images/grid.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/src/print.scss b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/src/print.scss deleted file mode 100644 index 78a5b3db..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/src/print.scss +++ /dev/null @@ -1,3 +0,0 @@ -@import "blueprint"; - -@include blueprint-print; diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/src/screen.scss b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/src/screen.scss deleted file mode 100644 index b7d6ded1..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_default/src/screen.scss +++ /dev/null @@ -1,9 +0,0 @@ -@import "blueprint"; -@import "blueprint/scaffolding"; -@import "compass/reset"; - -@include blueprint; - -// Remove the scaffolding when you're ready to start doing visual design. -// Or leave it in if you're happy with how blueprint looks out-of-the-box -@include blueprint-scaffolding; diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/config.rb b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/config.rb deleted file mode 100644 index 16f4235d..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/config.rb +++ /dev/null @@ -1,8 +0,0 @@ -# Require any additional compass plugins here. -project_type = :stand_alone -css_dir = "stylesheets" -sass_dir = "src" -images_dir = "images" -output_style = :compact -relative_assets = true - diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/buttons/cross.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/buttons/cross.png deleted file mode 100644 index 1514d51a..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/buttons/cross.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/buttons/key.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/buttons/key.png deleted file mode 100644 index a9d5e4f8..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/buttons/key.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/buttons/tick.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/buttons/tick.png deleted file mode 100644 index a9925a06..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/buttons/tick.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/grid.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/grid.png deleted file mode 100644 index 129d4a29..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/grid.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/doc.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/doc.png deleted file mode 100644 index 834cdfaf..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/doc.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/email.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/email.png deleted file mode 100644 index 7348aed7..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/email.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/external.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/external.png deleted file mode 100644 index cf1cfb42..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/external.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/im.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/im.png deleted file mode 100644 index 79f35ccb..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/im.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/pdf.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/pdf.png deleted file mode 100644 index 8f8095e4..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/pdf.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/visited.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/visited.png deleted file mode 100644 index ebf206de..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/visited.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/xls.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/xls.png deleted file mode 100644 index b977d7e5..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/link_icons/xls.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/test-small.jpg b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/test-small.jpg deleted file mode 100644 index aa599d99..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/test-small.jpg and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/test.jpg b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/test.jpg deleted file mode 100644 index 0107be27..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/test.jpg and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/valid.png b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/valid.png deleted file mode 100644 index dd20e497..00000000 Binary files a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/images/valid.png and /dev/null differ diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/index.html.haml b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/index.html.haml deleted file mode 100644 index 004dbc09..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/index.html.haml +++ /dev/null @@ -1,96 +0,0 @@ -!!! -%html{ :lang => "en" } - %head - %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } - %title - Blueprint test pages - / - Framework CSS - %link{ :href => "stylesheets/screen.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } - %link{ :href => "stylesheets/print.css", :rel => "stylesheet", :media => "print", :type => "text/css" } - / - [if IE]> "0", :border => "0", :cellpadding => "0" } - %tr - %th.span-6 - Test page - %th.span-8 - Main files tested - %th.span-10 - Description - %tr - %td - %a{ :href => "plugins/fancy_type.html" } - Fancy Type - %td - %a{ :href => "http://github.com/chriseppstein/compass/blob/master/frameworks/blueprint/stylesheets/blueprint/_grid.sass" } - grid.sass - , - %a{ :href => "http://github.com/chriseppstein/compass/blob/master/frameworks/blueprint/stylesheets/blueprint/_typography.sass" } - typography.sass - , - %a{ :href => "http://github.com/chriseppstein/compass/blob/master/frameworks/blueprint/stylesheets/blueprint/_fancy_type.sass" } - fancy_type.sass - %td - A simple sample page, with common elements and fancy type. - %tr - %td - %a{ :href => "plugins/buttons.html" } - Buttons - %td - %a{ :href => "http://github.com/chriseppstein/compass/blob/master/frameworks/blueprint/stylesheets/blueprint/_buttons.sass" } - buttons.sass - %td - A simple page, showing links and buttons styled using the button plugin. - %tr - %td - %a{ :href => "plugins/link_icons.html" } - Link Icons - %td - %a{ :href => "http://github.com/chriseppstein/compass/blob/master/frameworks/blueprint/stylesheets/blueprint/_link_icons.sass" } - link_icons.sass - %td - A simple page, showing links icons. - %tr - %td - %a{ :href => "plugins/rtl.html" } - RTL - %td - %a{ :href => "http://github.com/chriseppstein/compass/blob/master/frameworks/blueprint/stylesheets/blueprint/_rtl.sass" } - rtl.sass - %td - A simple page, showing a right-to-left grid layout. - %p - %em - %strong - Note about the css files: - These test files utilize the css files that are generated from - %a{ :href => "http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html" } - Sass templates - \. - In other words, if you change any of the source files, - you'll have to re-build them with - %code - rake examples - to see any changes. - .box - %p - For more information and help, try these resources: - %ul.bottom - %li - %a{ :href => "http://www.blueprintcss.org/" } - The Blueprint home page. - %li - %a{ :href => "http://groups.google.com/group/blueprintcss" } - Our anything-goes mailing list. - %p - %a{ :href => "http://validator.w3.org/check?uri=referer" } - %img.top{ :src => "images/valid.png", :height => "31", :alt => "Valid HTML 4.01 Strict", :width => "88" } diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/plugins/buttons.html.haml b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/plugins/buttons.html.haml deleted file mode 100644 index 331d378d..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/plugins/buttons.html.haml +++ /dev/null @@ -1,67 +0,0 @@ -!!! -%html{ :lang => "en" } - %head - %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } - %title - Blueprint Buttons Sample Page - / - Framework CSS - %link{ :href => "../stylesheets/screen.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } - %link{ :href => "../stylesheets/print.css", :rel => "stylesheet", :media => "print", :type => "text/css" } - / - [if IE]> "../stylesheets/buttons.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } - %body - .container - %h1 - A Button Example Page - %hr - %h2.alt - This sample page demonstrates what you can do with the Buttons plugin. - %hr - .span-12 - %h3 - Link Buttons - %a.button - Link Button - %a.button.positive - Positive Button - %a.button.negative - Negative Button - .span-12.last - %h3 - Real Buttons - %button - Normal Button - %button.positive - Positive Button - %button.negative - Negative Button - .span-12 - %h3 - Link Buttons with Images - %a.button - %img{ :src => "../images/buttons/tick.png", :alt => "" } - Save - %a.button.positive - %img{ :src => "../images/buttons/key.png", :alt => "" } - Change Password - %a.button.negative - %img{ :src => "../images/buttons/cross.png", :alt => "" } - Cancel - .span-12.last - %h3 - Real Buttons with Images - %button - %img{ :src => "../images/buttons/tick.png", :alt => "" } - Save - %button.positive - %img{ :src => "../images/buttons/key.png", :alt => "" } - Change Password - %button.negative - %img{ :src => "../images/buttons/cross.png", :alt => "" } - Cancel - .span-24 - %p - %a{ :href => "http://validator.w3.org/check?uri=referer" } - %img.top{ :src => "valid.png", :height => "31", :alt => "Valid HTML 4.01 Strict", :width => "88" } diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/plugins/fancy_type.html.haml b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/plugins/fancy_type.html.haml deleted file mode 100644 index b17c1c28..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/plugins/fancy_type.html.haml +++ /dev/null @@ -1,100 +0,0 @@ -!!! -%html{ :lang => "en" } - %head - %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } - %title - Blueprint Sample Page - / - Framework CSS - %link{ :href => "../stylesheets/screen.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } - %link{ :href => "../stylesheets/print.css", :rel => "stylesheet", :media => "print", :type => "text/css" } - / - [if IE]> "../images/test.jpg", :alt => "test" } - Lorem ipsum dolor sit amet, - %em - consectetuer adipiscing elit - \. Nunc congue ipsum vestibulum libero. Aenean vitae justo. Nam eget tellus. Etiam convallis, est eu lobortis mattis, lectus tellus tempus felis, a ultricies erat ipsum at metus. - %p - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. - %a{ :href => "#" } - Morbi et risus - \. Aliquam nisl. Nulla facilisi. Cras accumsan vestibulum ante. Vestibulum sed tortor. Praesent - %span.caps - SMALL CAPS - tempus fringilla elit. Ut elit diam, sagittis in, nonummy in, gravida non, nunc. Ut orci. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Nam egestas, orci eu imperdiet malesuada, nisl purus fringilla odio, quis commodo est orci vitae justo. Aliquam placerat odio tincidunt nulla. Cras in libero. Aenean rutrum, magna non tristique posuere, erat odio eleifend nisl, non convallis est tortor blandit ligula. Nulla id augue. - %p - Nullam mattis, odio ut tempus facilisis, metus nisl facilisis metus, auctor consectetuer felis ligula nec mauris. Vestibulum odio erat, fermentum at, commodo vitae, ultrices et, urna. Mauris vulputate, mi pulvinar sagittis condimentum, sem nulla aliquam velit, sed imperdiet mi purus eu magna. Nulla varius metus ut eros. Aenean aliquet magna eget orci. Class aptent taciti sociosqu ad litora. - %p - Vivamus euismod. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse vel nibh ut turpis dictum sagittis. Aliquam vel velit a elit auctor sollicitudin. Nam vel dui vel neque lacinia pretium. Quisque nunc erat, venenatis id, volutpat ut, scelerisque sed, diam. Mauris ante. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec mattis. Morbi dignissim sollicitudin libero. Nulla lorem. - %blockquote - %p - Integer cursus ornare mauris. Praesent nisl arcu, imperdiet eu, ornare id, scelerisque ut, nunc. Praesent sagittis erat sed velit tempus imperdiet. Ut tristique, ante in interdum hendrerit, erat enim faucibus felis, quis rutrum mauris lorem quis sem. Vestibulum ligula nisi, mattis nec, posuere et, blandit eu, ligula. Nam suscipit placerat odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Pellentesque tortor libero, venenatis vitae, rhoncus eu, placerat ut, mi. Nulla nulla. - %p - Maecenas vel metus quis magna pharetra fermentum. - %em - Integer sit amet tortor - \. Maecenas porttitor, pede sed gravida auctor, nulla augue aliquet elit, at pretium urna orci ut metus. Aliquam in dolor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed aliquam, tellus id ornare posuere, quam nunc accumsan turpis, at convallis tellus orci et nisl. Phasellus congue neque a lorem. - %hr - .span-7.colborder - %h6 - This is a nested column - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. - .span-7.last - %h6 - This is another nested column - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. - .span-7.last - %h3 - A - %span.alt - Simple - Sidebar - %p - Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. - %p - Mauris a lectus. Aliquam erat volutpat. Phasellus ultrices mi a sapien. Nunc rutrum egestas lorem. Duis ac sem sagittis elit tincidunt gravida. Mauris a lectus. Aliquam erat volutpat. Phasellus ultrices mi a sapien. Nunc rutrum egestas lorem. Duis ac sem sagittis elit tincidunt gravida. - %p.quiet - Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. - %h5 - Incremental leading - %p.incr - Vestibulum ante ipsum primis in faucibus orci luctus vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. sed aliquet vehicula, lectus tellus. - %p.incr - Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. - %hr - %h2.alt - You may pick and choose amongst these and many more features, so be bold. - %hr - %p - %a{ :href => "http://validator.w3.org/check?uri=referer" } - %img.top{ :src => "valid.png", :height => "31", :alt => "Valid HTML 4.01 Strict", :width => "88" } diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/plugins/link_icons.html.haml b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/plugins/link_icons.html.haml deleted file mode 100644 index 13e93f2f..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/plugins/link_icons.html.haml +++ /dev/null @@ -1,61 +0,0 @@ -!!! -%html{ :lang => "en" } - %head - %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } - %title - Blueprint Link Icons Sample Page - / - Framework CSS - %link{ :href => "../stylesheets/screen.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } - %link{ :href => "../stylesheets/print.css", :rel => "stylesheet", :media => "print", :type => "text/css" } - / - [if IE]> "../stylesheets/link_icons.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } - %body - .container - %h1 - A Link Icons Example Page - %hr - %h2.alt - This sample page demonstrates what you can do with the Link Icons plugin. - %hr - .span-12 - %h3 - External Links - %a{ :href => "http://www.no-such-website.com/" } - A Normal External Link - %a{ :href => "http://www.google.com" } - A Visited External Link - %a{ :href => "mailto:donald@duck.com" } - An Email Link - .span-12.last - %h3 - Document Links - %a{ :href => "http://www.no-such-website.com/sample.pdf" } - A .pdf Link - %a{ :href => "http://www.no-such-website.com/sample.doc" } - A .doc Link - %a{ :href => "http://www.no-such-website.com/sample.xls" } - A .xls Link - .span-12 - %h3 - Misc Links - %a{ :href => "http://www.no-such-website.com/sample.rss" } - An RSS Link - %a{ :href => "http://www.no-such-website.com/sample.rdf" } - An Atom Link - %a{ :href => "aim:chatmeup" } - A Instant Messenger Link - .span-12.last - %h3 - Turning Icons Off - %a.noicon{ :href => "http://www.no-such-website.com/" } - A Normal External Link - %a.noicon{ :href => "http://www.google.com" } - A Visited External Link - %a.noicon{ :href => "mailto:donald@duck.com" } - An Email Link - .span-24 - %p - %a.noicon{ :href => "http://validator.w3.org/check?uri=referer" } - %img.top{ :src => "valid.png", :height => "31", :alt => "Valid HTML 4.01 Strict", :width => "88" } diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/plugins/rtl.html.haml b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/plugins/rtl.html.haml deleted file mode 100644 index 58758202..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/plugins/rtl.html.haml +++ /dev/null @@ -1,100 +0,0 @@ -!!! -%html{ :lang => "en" } - %head - %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } - %title - Blueprint Sample Page - / - Framework CSS - %link{ :href => "../stylesheets/rtl_screen.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } - %link{ :href => "../stylesheets/print.css", :rel => "stylesheet", :media => "print", :type => "text/css" } - / - [if IE]> "../images/test.jpg", :alt => "test" } - Lorem ipsum dolor sit amet, - %em - consectetuer adipiscing elit - \. Nunc congue ipsum vestibulum libero. Aenean vitae justo. Nam eget tellus. Etiam convallis, est eu lobortis mattis, lectus tellus tempus felis, a ultricies erat ipsum at metus. - %p - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. - %a{ :href => "#" } - Morbi et risus - \. Aliquam nisl. Nulla facilisi. Cras accumsan vestibulum ante. Vestibulum sed tortor. Praesent - %span.caps - SMALL CAPS - tempus fringilla elit. Ut elit diam, sagittis in, nonummy in, gravida non, nunc. Ut orci. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Nam egestas, orci eu imperdiet malesuada, nisl purus fringilla odio, quis commodo est orci vitae justo. Aliquam placerat odio tincidunt nulla. Cras in libero. Aenean rutrum, magna non tristique posuere, erat odio eleifend nisl, non convallis est tortor blandit ligula. Nulla id augue. - %p - Nullam mattis, odio ut tempus facilisis, metus nisl facilisis metus, auctor consectetuer felis ligula nec mauris. Vestibulum odio erat, fermentum at, commodo vitae, ultrices et, urna. Mauris vulputate, mi pulvinar sagittis condimentum, sem nulla aliquam velit, sed imperdiet mi purus eu magna. Nulla varius metus ut eros. Aenean aliquet magna eget orci. Class aptent taciti sociosqu ad litora. - %p - Vivamus euismod. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse vel nibh ut turpis dictum sagittis. Aliquam vel velit a elit auctor sollicitudin. Nam vel dui vel neque lacinia pretium. Quisque nunc erat, venenatis id, volutpat ut, scelerisque sed, diam. Mauris ante. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec mattis. Morbi dignissim sollicitudin libero. Nulla lorem. - %blockquote - %p - Integer cursus ornare mauris. Praesent nisl arcu, imperdiet eu, ornare id, scelerisque ut, nunc. Praesent sagittis erat sed velit tempus imperdiet. Ut tristique, ante in interdum hendrerit, erat enim faucibus felis, quis rutrum mauris lorem quis sem. Vestibulum ligula nisi, mattis nec, posuere et, blandit eu, ligula. Nam suscipit placerat odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Pellentesque tortor libero, venenatis vitae, rhoncus eu, placerat ut, mi. Nulla nulla. - %p - Maecenas vel metus quis magna pharetra fermentum. - %em - Integer sit amet tortor - \. Maecenas porttitor, pede sed gravida auctor, nulla augue aliquet elit, at pretium urna orci ut metus. Aliquam in dolor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed aliquam, tellus id ornare posuere, quam nunc accumsan turpis, at convallis tellus orci et nisl. Phasellus congue neque a lorem. - %hr - .span-7.colborder - %h6 - This is a nested column - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. - .span-7.last - %h6 - This is another nested column - %p - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. - .span-7.last - %h3 - A - %span.alt - Simple - Sidebar - %p - Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. - %p - Mauris a lectus. Aliquam erat volutpat. Phasellus ultrices mi a sapien. Nunc rutrum egestas lorem. Duis ac sem sagittis elit tincidunt gravida. Mauris a lectus. Aliquam erat volutpat. Phasellus ultrices mi a sapien. Nunc rutrum egestas lorem. Duis ac sem sagittis elit tincidunt gravida. - %p.quiet - Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. - %h5 - Incremental leading - %p.incr - Vestibulum ante ipsum primis in faucibus orci luctus vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. sed aliquet vehicula, lectus tellus. - %p.incr - Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. - %hr - %h2.alt - You may pick and choose amongst these and many more features, so be bold. - %hr - %p - %a{ :href => "http://validator.w3.org/check?uri=referer" } - %img.top{ :src => "valid.png", :height => "31", :alt => "Valid HTML 4.01 Strict", :width => "88" } diff --git a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/src/buttons.scss b/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/src/buttons.scss deleted file mode 100644 index 0ca550e0..00000000 --- a/lib/ruby/compass_0.13/compass-0.13.alpha.8/examples/blueprint_plugins/src/buttons.scss +++ /dev/null @@ -1,47 +0,0 @@ -@import "compass/utilities/general/float"; -@import "blueprint/buttons"; - -// Use the following HTML code to place the buttons on your site: -// -// -// -// -// Change Password -// -// -// -// Cancel -// - -a.button { - // you can pass "left" or "right" to +anchor-button to float it in that direction - // or you can pass no argument to leave it inline-block (cross browser safe!) within - // the flow of your page. - @include anchor-button(left); - // All the button color mixins take 4 optional arguments: - // font color, background color, border color, border highlight color - // the first three default to constants set in blueprint/buttons - // the last one defaults to a shade lighter than the border color. - @include button-colors; - @include button-hover-colors; - @include button-active-colors; } - -button { - // The +button-button mixin is just like the +anchor-button mixin, but for