droidcss 1.1.2 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 33f2f1eb20f097253d3668f2ceed3fbe55fa3d24
4
- data.tar.gz: 06a72d1da219738afb6eadf94fc682440ae875af
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NGZmN2YwMjY0MTYzZDI1ZTk3YTQyNGY4NGMzN2ZkZWVkMDg0YjMyZA==
5
+ data.tar.gz: !binary |-
6
+ NDk0NWIxNGMzMTE4Y2YyYWY3ODY3NGY5MGUxOGQ4ZjUxOWM4NmNiNA==
5
7
  SHA512:
6
- metadata.gz: 79506711c3a4c16a86748a0cbf5b06a2139aa0aaa05010239c886d4161f1fb5f22cf3746a1b35ebb352b8f1b97984bc0f6aa5fedc9f56862cddf3bdfacc00c63
7
- data.tar.gz: ac48067f8a8b919d7ee4e3553735983673109451b4c098f4022e142e5521445007d263d42e5d869bf9df679b47c549c5eb35d28a33ffd01d9b9216b6973fb2fa
8
+ metadata.gz: !binary |-
9
+ ZWYyMTllMzBmODhmNjkyYTc2Y2Y2M2JmN2IyYjRjZDg5MDU1NGQ5NmZhZTg3
10
+ MmExNmE4MWY4YTJmNjU0NjUwZmEwZDc1OTk1MGU1NWIyMmNhMWRlNmVkZjcx
11
+ NWNkNzNmMzUzNWZmMTI3NzgyNTk1NjQ4Yzc2ZDExZjRmMmRiYjQ=
12
+ data.tar.gz: !binary |-
13
+ MzY3NDMxMDE2YWI4OGZlYjhhMDEzN2M1NWE5MjI5YjAwMGJjN2ViYWZlMmU4
14
+ NDQzZTEzNWNjNjdmNzk2YjM2MjQ2NTBkYzk2YmFkN2YyM2U5YWY2YzYyODcz
15
+ N2YxNTIxZTJmNTMwZGE3MGE3MDUwZmU4ZjRmMThmMmFlMmQ3MGM=
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 1.1.3 (09 January 2014)
2
+ * Added static elements for grids
3
+
1
4
  ### 1.1.2 (16 December 2013)
2
5
  * Updated font vars
3
6
 
@@ -1,3 +1,3 @@
1
1
  module DroidCss
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.4"
3
3
  end
@@ -527,6 +527,10 @@ nav ul li {
527
527
 
528
528
  /* DESKTOP SUPPORT */
529
529
  @media screen and (min-width: 1025px) {
530
+ .visible-desktop {
531
+ opacity: 1 !important;
532
+ }
533
+
530
534
  .hide-on-desktop, .only-tablet, .only-mobile {
531
535
  display: none !important;
532
536
  }
@@ -539,6 +543,10 @@ nav ul li {
539
543
  padding-right: 1.04167%;
540
544
  }
541
545
 
546
+ .visible-tablet {
547
+ opacity: 1 !important;
548
+ }
549
+
542
550
  .hide-on-tablet, .only-desktop, .only-mobile {
543
551
  display: none !important;
544
552
  }
@@ -791,6 +799,10 @@ nav ul li {
791
799
  padding-right: 1.04167%;
792
800
  }
793
801
 
802
+ .visible-mobile {
803
+ opacity: 1 !important;
804
+ }
805
+
794
806
  .hide-on-mobile, .only-desktop, .only-tablet {
795
807
  display: none !important;
796
808
  }
@@ -58,6 +58,9 @@
58
58
  /* DESKTOP SUPPORT */
59
59
 
60
60
  @media screen and (min-width: $mediaDesktopMin) {
61
+ .visible-desktop {
62
+ opacity: 1 !important;
63
+ }
61
64
  .hide-on-desktop, .only-tablet, .only-mobile {
62
65
  display: none !important;
63
66
  }
@@ -72,6 +75,9 @@
72
75
  #{$gutterTypeTablet}-left: $gutterWidth;
73
76
  #{$gutterTypeTablet}-right: $gutterWidth;
74
77
  }
78
+ .visible-tablet {
79
+ opacity: 1 !important;
80
+ }
75
81
  .hide-on-tablet, .only-desktop, .only-mobile {
76
82
  display: none !important;
77
83
  }
@@ -96,6 +102,9 @@
96
102
  #{$gutterTypeMobile}-left: $gutterWidth;
97
103
  #{$gutterTypeMobile}-right: $gutterWidth;
98
104
  }
105
+ .visible-mobile {
106
+ opacity: 1 !important;
107
+ }
99
108
  .hide-on-mobile, .only-desktop, .only-tablet {
100
109
  display: none !important;
101
110
  }
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: droidcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya Gorenburg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-16 00:00:00.000000000 Z
11
+ date: 2014-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.2.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.2.0
27
27
  description: Small responsive framework
@@ -68,17 +68,17 @@ require_paths:
68
68
  - lib
69
69
  required_ruby_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
- - - '>='
71
+ - - ! '>='
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0'
74
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - '>='
76
+ - - ! '>='
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
80
  rubyforge_project:
81
- rubygems_version: 2.0.3
81
+ rubygems_version: 2.2.0
82
82
  signing_key:
83
83
  specification_version: 4
84
84
  summary: Small responsive framework