purecss 0.4.2.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/purecss/version.rb +1 -1
- data/vendor/assets/stylesheets/purecss-nr.css +1579 -2
- data/vendor/assets/stylesheets/purecss.css +1655 -2
- data/vendor/assets/stylesheets/purecss/base-context.css +1 -1
- data/vendor/assets/stylesheets/purecss/base.css +1 -1
- data/vendor/assets/stylesheets/purecss/buttons-core.css +1 -1
- data/vendor/assets/stylesheets/purecss/buttons.css +1 -1
- data/vendor/assets/stylesheets/purecss/forms-nr.css +2 -2
- data/vendor/assets/stylesheets/purecss/forms.css +2 -2
- data/vendor/assets/stylesheets/purecss/grids-core.css +1 -1
- data/vendor/assets/stylesheets/purecss/grids-responsive-old-ie.css +187 -187
- data/vendor/assets/stylesheets/purecss/grids-responsive.css +1 -1
- data/vendor/assets/stylesheets/purecss/grids-units.css +1 -1
- data/vendor/assets/stylesheets/purecss/grids.css +1 -1
- data/vendor/assets/stylesheets/purecss/menus-core.css +7 -7
- data/vendor/assets/stylesheets/purecss/menus-nr.css +7 -7
- data/vendor/assets/stylesheets/purecss/menus-paginator.css +1 -1
- data/vendor/assets/stylesheets/purecss/menus.css +7 -7
- data/vendor/assets/stylesheets/purecss/tables.css +1 -1
- metadata +8 -8
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
Pure v0.5.0
|
2
|
+
Pure v0.5.0
|
3
3
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
4
4
|
Licensed under the BSD License.
|
5
5
|
https://github.com/yui/pure/blob/master/LICENSE.md
|
@@ -128,15 +128,15 @@ https://github.com/yui/pure/blob/master/LICENSE.md
|
|
128
128
|
|
129
129
|
/* Adjusting separator for vertical menus */
|
130
130
|
.pure-menu-horizontal li.pure-menu-separator {
|
131
|
-
|
132
|
-
|
133
|
-
|
131
|
+
height: 50%;
|
132
|
+
width: 1px;
|
133
|
+
margin: 0 7px;
|
134
134
|
}
|
135
135
|
|
136
136
|
/* Submenus should be horizontal separator again */
|
137
137
|
.pure-menu-horizontal li li.pure-menu-separator {
|
138
|
-
|
139
|
-
|
140
|
-
|
138
|
+
height: 1px;
|
139
|
+
width: auto;
|
140
|
+
margin: 7px 2px;
|
141
141
|
}
|
142
142
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
Pure v0.5.0
|
2
|
+
Pure v0.5.0
|
3
3
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
4
4
|
Licensed under the BSD License.
|
5
5
|
https://github.com/yui/pure/blob/master/LICENSE.md
|
@@ -128,16 +128,16 @@ https://github.com/yui/pure/blob/master/LICENSE.md
|
|
128
128
|
|
129
129
|
/* Adjusting separator for vertical menus */
|
130
130
|
.pure-menu-horizontal li.pure-menu-separator {
|
131
|
-
|
132
|
-
|
133
|
-
|
131
|
+
height: 50%;
|
132
|
+
width: 1px;
|
133
|
+
margin: 0 7px;
|
134
134
|
}
|
135
135
|
|
136
136
|
/* Submenus should be horizontal separator again */
|
137
137
|
.pure-menu-horizontal li li.pure-menu-separator {
|
138
|
-
|
139
|
-
|
140
|
-
|
138
|
+
height: 1px;
|
139
|
+
width: auto;
|
140
|
+
margin: 7px 2px;
|
141
141
|
}
|
142
142
|
|
143
143
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
Pure v0.5.0
|
2
|
+
Pure v0.5.0
|
3
3
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
4
4
|
Licensed under the BSD License.
|
5
5
|
https://github.com/yui/pure/blob/master/LICENSE.md
|
@@ -128,16 +128,16 @@ https://github.com/yui/pure/blob/master/LICENSE.md
|
|
128
128
|
|
129
129
|
/* Adjusting separator for vertical menus */
|
130
130
|
.pure-menu-horizontal li.pure-menu-separator {
|
131
|
-
|
132
|
-
|
133
|
-
|
131
|
+
height: 50%;
|
132
|
+
width: 1px;
|
133
|
+
margin: 0 7px;
|
134
134
|
}
|
135
135
|
|
136
136
|
/* Submenus should be horizontal separator again */
|
137
137
|
.pure-menu-horizontal li li.pure-menu-separator {
|
138
|
-
|
139
|
-
|
140
|
-
|
138
|
+
height: 1px;
|
139
|
+
width: auto;
|
140
|
+
margin: 7px 2px;
|
141
141
|
}
|
142
142
|
|
143
143
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: purecss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mseri
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -59,15 +59,19 @@ executables: []
|
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
|
+
- HISTORY.md
|
63
|
+
- README.md
|
62
64
|
- app/assets/javascripts/purecss-dropdown.js
|
63
65
|
- app/assets/stylesheets/purecss-addons.css
|
66
|
+
- lib/purecss.rb
|
64
67
|
- lib/purecss/engine.rb
|
65
68
|
- lib/purecss/generators/install_generator.rb
|
66
69
|
- lib/purecss/generators/templaets/application.css
|
67
70
|
- lib/purecss/generators/templaets/application.html.erb
|
68
71
|
- lib/purecss/generators/templaets/application.js
|
69
72
|
- lib/purecss/version.rb
|
70
|
-
-
|
73
|
+
- vendor/assets/stylesheets/purecss-nr.css
|
74
|
+
- vendor/assets/stylesheets/purecss.css
|
71
75
|
- vendor/assets/stylesheets/purecss/base-context.css
|
72
76
|
- vendor/assets/stylesheets/purecss/base.css
|
73
77
|
- vendor/assets/stylesheets/purecss/buttons-core.css
|
@@ -84,10 +88,6 @@ files:
|
|
84
88
|
- vendor/assets/stylesheets/purecss/menus-paginator.css
|
85
89
|
- vendor/assets/stylesheets/purecss/menus.css
|
86
90
|
- vendor/assets/stylesheets/purecss/tables.css
|
87
|
-
- vendor/assets/stylesheets/purecss-nr.css
|
88
|
-
- vendor/assets/stylesheets/purecss.css
|
89
|
-
- README.md
|
90
|
-
- HISTORY.md
|
91
91
|
homepage: https://github.com/mseri/rails-purecss
|
92
92
|
licenses:
|
93
93
|
- MIT
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
version: '0'
|
109
109
|
requirements: []
|
110
110
|
rubyforge_project:
|
111
|
-
rubygems_version: 2.
|
111
|
+
rubygems_version: 2.2.2
|
112
112
|
signing_key:
|
113
113
|
specification_version: 4
|
114
114
|
summary: purecss gem integrates the Pure CSS (purecss.io) toolkit to the Rails Asset
|