rails_layout 1.0.9 → 1.0.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3986f9f58ac9d6e39feb899b8ad778421ba8141c
4
- data.tar.gz: 5fb9fa2880c0e274b0887675787224c167a98cc6
3
+ metadata.gz: 398d2184466ffee07129ab71b3dee64cd2b84954
4
+ data.tar.gz: 515f55eaf38bd273b66081fcd8a437cf2eeb6670
5
5
  SHA512:
6
- metadata.gz: aa2f2fd55ae5e2ccf77f46b6b9bed496f0385bd7d8f664b76913529f7f049bc95d3618af9cbcf3f59ea504e9b120bfe9ff1ac14fe35ed95e24b729236f265b49
7
- data.tar.gz: 280e8e723005dddc1731d1a69a75df509e21b050f3f1a5d61efa043b655860244046d9bad6ca75daf7a7de31b45ef7cf02ba09ba49000c41b565a83174af28d8
6
+ metadata.gz: c90538dea2b365544fea2aca9320bffac4c9d1326cb69e2eb1d5331178522a56e5b1fabcea70331010534a7006fdb927f1b8ef93f15c3cfe04d10642a85a0e14
7
+ data.tar.gz: 8355ea84bd0da9ab49a10a184f817983990ac2aaf68c4e7095881c8447d0713af529fa07bb1706b9d16246087bf0afb3ac8b0f3912ff50c0e5ebecaacec49d14
data/CHANGELOG.textile CHANGED
@@ -1,5 +1,9 @@
1
1
  h1. CHANGELOG
2
2
 
3
+ h3. 1.0.10 February 28, 2014
4
+
5
+ * add a 'button-xs' class to the CSS styles
6
+
3
7
  h3. 1.0.9 February 28, 2014
4
8
 
5
9
  * fix wrong color for flash messages under Rails 4.1 (fixes #16)
@@ -29,3 +29,8 @@
29
29
  #error_explanation h2 {
30
30
  font-size: 16px;
31
31
  }
32
+ .button-xs {
33
+ @extend .btn;
34
+ @extend .btn-primary;
35
+ @extend .btn-xs;
36
+ }
@@ -37,3 +37,8 @@
37
37
  font-size: rem-calc(16);
38
38
  color: white;
39
39
  }
40
+ .button-xs {
41
+ @extend .button;
42
+ @extend .radius;
43
+ @extend .tiny;
44
+ }
@@ -1,3 +1,3 @@
1
1
  module RailsLayout
2
- VERSION = "1.0.9"
2
+ VERSION = "1.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe