prelude-framework 0.8.4 → 0.8.5

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: ab81ca9484db456f56014e6cfcc01833a8600e0e
4
- data.tar.gz: 82e21ad5cef438403f1547fc8d1ac69bdb185faf
3
+ metadata.gz: dceff3d893161c1979a895e62c13eac00bbc95db
4
+ data.tar.gz: 22134d8db051baf75a6dbb36bdcf2c51eace5ee9
5
5
  SHA512:
6
- metadata.gz: f16ef8dadb74d2300b3a6b862d4008194841265596a772b29abc1a2fc55e1c8cc1b767316fb605b2c3df7eafbc60b318a9b0a9ec3e774ecb55ee6852d38df0f5
7
- data.tar.gz: 1ef86c2402ade2ffcf66cade359a7cd0b83e9002fccb9e71f0d774d1aec6e1ff223806a7aaa3c6d94e356ed761cb523756d7a47996e08f1e6fda65bca6328d0b
6
+ metadata.gz: 49268325cd27106465525b745e99f1ae8c3321d8e70c375e5434772076c14be20d62e09f892aeac9692d3f983cb3b863f16c617d4795107f78a71353b56937aa
7
+ data.tar.gz: 17537d07250f80f3233bd119e71576d2f433be607b7e60eb25f491c6aaf5ecfad315255d324fa75137601ed9cfa531da89b5caa0ce05d0b545cb284ab8e224cf
@@ -1,3 +1,3 @@
1
1
  module Prelude
2
- VERSION = "0.8.4"
2
+ VERSION = "0.8.5"
3
3
  end
@@ -124,5 +124,11 @@
124
124
  &:last-child { border-radius: 0 $btn-border-radius $btn-border-radius 0; }
125
125
  }
126
126
 
127
+ // Remove left border from all buttons excepth the first-one
128
+ // to prevent double borders
129
+ &:nth-child(n+2) {
130
+ border-left: none;
131
+ }
132
+
127
133
  }
128
134
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prelude-framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Guillan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-10 00:00:00.000000000 Z
11
+ date: 2014-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass