compass-columnal-plugin 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{compass-columnal-plugin}
5
- s.version = "0.1.5"
5
+ s.version = "0.1.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
8
8
  s.authors = ["Diogo Biazus"]
@@ -1,11 +1,8 @@
1
- /* HTML RESET
2
- ///////////////////////////////////////////// */
3
-
4
1
  /*
5
- http://meyerweb.com/eric/tools/css/reset/
6
- v2.0 | 20110126
7
- License: none (public domain)
8
- */
2
+ HTML RESET
3
+ http://meyerweb.com/eric/tools/css/reset/
4
+ v2.0 | 20110126
5
+ License: none (public domain)
9
6
 
10
7
  html, body, div, span, applet, object, iframe,
11
8
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
@@ -19,23 +16,29 @@ table, caption, tbody, tfoot, thead, tr, th, td,
19
16
  article, aside, canvas, details, embed,
20
17
  figure, figcaption, footer, header, hgroup,
21
18
  menu, nav, output, ruby, section, summary,
22
- time, mark, audio, video {
23
- margin: 0;
24
- padding: 0;
25
- border: 0;
26
- font-size: 100%;
27
- font: inherit;
28
- vertical-align: baseline;
29
- }
19
+ time, mark, audio, video
20
+ margin: 0
21
+ padding: 0
22
+ border: 0
23
+ font-size: 100%
24
+ font: inherit
25
+ vertical-align: baseline
26
+
30
27
  /* HTML5 display-role reset for older browsers */
31
28
  article, aside, details, figcaption, figure,
32
- footer, header, hgroup, menu, nav, section {display: block;}
33
- body {line-height: 1;}
34
- ol, ul {list-style: none;}
35
- blockquote, q {quotes: none;}
29
+ footer, header, hgroup, menu, nav, section
30
+ display: block
31
+ body
32
+ line-height: 1
33
+ ol, ul
34
+ list-style: none
35
+ blockquote, q
36
+ quotes: none
36
37
  blockquote:before, blockquote:after,
37
- q:before, q:after {
38
- content: '';
39
- content: none;
40
- }
41
- table {border-collapse: collapse;border-spacing: 0;}
38
+ q:before, q:after
39
+ content: ''
40
+ content: none
41
+
42
+ table
43
+ border-collapse: collapse
44
+ border-spacing: 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-columnal-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: