umlaut 4.1.2 → 4.1.3

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: 4758a87f79582f4198ffb57be1ad8f1b9aeb9eba
4
- data.tar.gz: 5eb1b716fe7bcc22ca0dbd2251fe40065a21dc44
3
+ metadata.gz: 4d91bea86b750d7de0b76d3172ad437624b394a2
4
+ data.tar.gz: 933ff04c313fe3b86c4c9461fb05ca4c1abc26c5
5
5
  SHA512:
6
- metadata.gz: 56fc2e18f235ce251243240955a689a5237ca7a637e3403a81846dbf06aeb91e0f6849cdb24e839d3d734abc81734a44a74d9368dfb2378bdf11083cb10b50f0
7
- data.tar.gz: 437dd207a9c93b48c8846c8939cc980d102dc1a578d880f0f57ac600dbda16912f802773f51eea31ac0fefb4b5a05586a3eb1fb9bad5be028e3b0b7ee6d37f6c
6
+ metadata.gz: 3a2ac871fee3a1852ab21ce52df541dddd83ff5dc4e515cff16285e841fbe4fa79556e12f8fb4f765e34253bec2c77256e428c1489550942f3d04858562dfe2a
7
+ data.tar.gz: 962a967708047efe0885c92de1d19c22b56ab3eaeb184a9590ee47204f7af5a28e39d5382e08511025fdb0ab39b65a93a344fe57c44658b9ea42620219eaa708
@@ -15,7 +15,7 @@ input[type="submit"] {
15
15
  }
16
16
  }
17
17
 
18
- @media (max-width: $screen-sm-min) {
18
+ @media (max-width: ($screen-sm-min - 1)) {
19
19
  .umlaut-citation-link {
20
20
  text-align: left;
21
21
  }
@@ -335,7 +335,7 @@ a:not(:hover) .coverage_summary {
335
335
  color: black;
336
336
  }
337
337
 
338
- @media (max-width: $screen-sm-min) {
338
+ @media (max-width: ($screen-sm-min - 1)) {
339
339
  /* hacky taking account of bootstrap3, without a major refactor
340
340
  of our css for it */
341
341
  .umlaut-main-container-fluid .row {
@@ -1,5 +1,5 @@
1
1
  module Umlaut
2
- VERSION = "4.1.2"
2
+ VERSION = "4.1.3"
3
3
 
4
4
  # This is used in Umlaut's .gemspec for generating the gem,
5
5
  # and is also used in the umlaut app generator to make sure
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: umlaut
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.2
4
+ version: 4.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Rochkind, et al
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-23 00:00:00.000000000 Z
11
+ date: 2015-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails