fundamental 0.4.1 → 0.4.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/_header.scss +10 -11
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2938d94979c2228fc1ef98285b8d9bc57a9a5d2e
4
- data.tar.gz: 7705bd657ecb6bb9757e924a428594bf67c56aa4
3
+ metadata.gz: 30e4c7149ed4e89e876a9d4fca6cbf181b757b9a
4
+ data.tar.gz: 9e8ed5d3ad4e2a92b407c63b5279bc0c4b399dff
5
5
  SHA512:
6
- metadata.gz: de0c9e46e12d2a71d21c341129bf3038eb5046791a99a7a974a9edc7b0c5b04a30ae2c3ba450b8b59b72cbb2d2e702e0a635ed6b93865083f2a09b6f7dc1eddb
7
- data.tar.gz: 251ac29d2390ae3d53c3bf980884a8a0ad19a07bfeb23d4d800b4efaf38a5d97a7e064ba8c77e672015bb8d22a835d67e1b8111fe3e39c12ed7a53c57390fc91
6
+ metadata.gz: a7ca053266371ff1cdcdfccbb616024bddc20f79c5a650821752d068e3f1044557287b080caac1daf959567d36bfac82eefa68d2b6ee8fa16861f2e47aaf5266
7
+ data.tar.gz: ef57e60936652ce429853cde4fc929d8c3560cb378b48cf9efa2b02e5b2afa95c242684d3760fe1624ab56a5c8147ee9ad700f181e044ac2d1820bfb646f0448
data/_sass/_header.scss CHANGED
@@ -10,20 +10,20 @@ header {
10
10
  padding-left: 0;
11
11
  margin-right: 50px;
12
12
  -webkit-overflow-scrolling: touch;
13
+ }
13
14
  li {
14
15
  display: inline-block;
15
16
  margin: 0 10px;
16
- white-space: nowrap;
17
+ white-space: nowrap;
17
18
  }
18
- }
19
-
20
- .active {
21
- position: relative;
22
- &:before {
23
- content: '‥';
24
- position: absolute;
25
- bottom: -15px;
26
- left: 45%;
19
+ .active {
20
+ position: relative;
21
+ &:before {
22
+ content: '‥';
23
+ position: absolute;
24
+ bottom: -15px;
25
+ left: 45%;
26
+ }
27
27
  }
28
28
  }
29
29
 
@@ -34,5 +34,4 @@ header {
34
34
  text-decoration: none;
35
35
  color: $textColor;
36
36
  }
37
- }
38
37
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fundamental
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Theo M Jones