handy-css-rails 0.0.2 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module HandyCss
2
2
  module Rails
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -1,8 +1,8 @@
1
1
  /* ========================================================
2
- * bootstrap-tab.js v2.3.2
3
- * http://twitter.github.com/bootstrap/javascript.html#tabs
2
+ * handyCSS.backdrops.css v0.0.1
3
+ * https://github.com/kpvarma/handyCSS
4
4
  * ========================================================
5
- * Copyright 2012 Twitter, Inc.
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.
@@ -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.2
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-02 00:00:00.000000000 Z
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/handy-css-rails/handyCSS.backdrops.css
47
- - vendor/assets/stylesheets/handy-css-rails/handyCSS.box.css
48
- - vendor/assets/stylesheets/handy-css-rails/handyCSS.css
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: