handy-css-rails 0.0.2 → 0.0.4
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.
- data/lib/handy-css-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/{handy-css-rails/handyCSS.backdrops.css → handyCSS.backdrops.css} +3 -3
- data/vendor/assets/stylesheets/{handy-css-rails/handyCSS.box.css → handyCSS.box.css} +0 -0
- data/vendor/assets/stylesheets/{handy-css-rails/handyCSS.css → handyCSS.css} +14 -0
- metadata +5 -5
data/vendor/assets/stylesheets/{handy-css-rails/handyCSS.backdrops.css → handyCSS.backdrops.css}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* ========================================================
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* handyCSS.backdrops.css v0.0.1
|
|
3
|
+
* https://github.com/kpvarma/handyCSS
|
|
4
4
|
* ========================================================
|
|
5
|
-
* Copyright
|
|
5
|
+
* Copyright 2013 VarmaLabs
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
File without changes
|
|
@@ -1251,6 +1251,13 @@ textarea {
|
|
|
1251
1251
|
.margin-right-minus-200 {
|
|
1252
1252
|
margin-right: -200px !important; }
|
|
1253
1253
|
|
|
1254
|
+
/* pull classes */
|
|
1255
|
+
.float-left, .pull-left {
|
|
1256
|
+
float: left; }
|
|
1257
|
+
|
|
1258
|
+
.float-right, .pull-right {
|
|
1259
|
+
float: right; }
|
|
1260
|
+
|
|
1254
1261
|
/* e.g: margin-10, padding-10 */
|
|
1255
1262
|
.padding-2 {
|
|
1256
1263
|
padding: 2px !important; }
|
|
@@ -1722,6 +1729,13 @@ textarea {
|
|
|
1722
1729
|
.padding-right-minus-200 {
|
|
1723
1730
|
padding-right: -200px !important; }
|
|
1724
1731
|
|
|
1732
|
+
/* pull classes */
|
|
1733
|
+
.float-left, .pull-left {
|
|
1734
|
+
float: left; }
|
|
1735
|
+
|
|
1736
|
+
.float-right, .pull-right {
|
|
1737
|
+
float: right; }
|
|
1738
|
+
|
|
1725
1739
|
/* To align text to Right / Left */
|
|
1726
1740
|
.text-align-center {
|
|
1727
1741
|
text-align: center !important; }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: handy-css-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-07-
|
|
12
|
+
date: 2013-07-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -43,9 +43,9 @@ files:
|
|
|
43
43
|
- lib/handy-css-rails.rb
|
|
44
44
|
- lib/handy-css-rails/engine.rb
|
|
45
45
|
- lib/handy-css-rails/version.rb
|
|
46
|
-
- vendor/assets/stylesheets/
|
|
47
|
-
- vendor/assets/stylesheets/
|
|
48
|
-
- vendor/assets/stylesheets/
|
|
46
|
+
- vendor/assets/stylesheets/handyCSS.backdrops.css
|
|
47
|
+
- vendor/assets/stylesheets/handyCSS.box.css
|
|
48
|
+
- vendor/assets/stylesheets/handyCSS.css
|
|
49
49
|
homepage: https://github.com/kpvarma/handycss-rails
|
|
50
50
|
licenses: []
|
|
51
51
|
post_install_message:
|