active_frontend 12.4.16 → 12.4.17
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2dc8d8d9deec16a1463dc18bb152e212257cf3d3
|
4
|
+
data.tar.gz: fed6131987ef09e57cc14f598e676d0f5aa9733d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56b7602f4546ccce03fd5170b344f0cc86d4f356d0f22a863ef148ae1cbff832486c28adab0f3db8e0786fef7e60dcd3e096e2964d64a99f8beeea8167002d9b
|
7
|
+
data.tar.gz: 4f0253feefdbe618c754e47084d840a8b950e9e4e2a540fc33e43ef43eace1b2f530045e15341f86815614867ac6c6626b0a4992de5aea343227713e3ec55533
|
@@ -97,13 +97,13 @@
|
|
97
97
|
/* # Media Queries
|
98
98
|
================================================== */
|
99
99
|
@media only screen and (max-width: 1365px) {
|
100
|
-
.subheader-nav > li > a { min-width:
|
100
|
+
.subheader-nav > li > a { min-width: 130px; }
|
101
101
|
}
|
102
102
|
@media only screen and (max-width: 1199px) {
|
103
|
-
.subheader-nav > li > a { min-width:
|
103
|
+
.subheader-nav > li > a { min-width: 100px; }
|
104
104
|
}
|
105
105
|
@media only screen and (max-width: 959px) {
|
106
|
-
.subheader-nav > li > a { min-width:
|
106
|
+
.subheader-nav > li > a { min-width: 70px; }
|
107
107
|
}
|
108
108
|
@media only screen and (max-width: 767px) {
|
109
109
|
.subheader { display: none; }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_frontend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.4.
|
4
|
+
version: 12.4.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02
|
11
|
+
date: 2016-03-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|