guides_style_18f 0.4.7 → 0.4.8
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 +4 -4
- data/assets/favicons/{18f-favicon-114.png → 18f-center-114.png} +0 -0
- data/assets/favicons/{18f-favicon-144.png → 18f-center-144.png} +0 -0
- data/assets/favicons/{18f-favicon-16.png → 18f-center-16.png} +0 -0
- data/assets/favicons/{18f-favicon-192.png → 18f-center-192.png} +0 -0
- data/assets/favicons/{18f-favicon-200.png → 18f-center-200.png} +0 -0
- data/assets/favicons/{18f-favicon-32.png → 18f-center-32.png} +0 -0
- data/assets/favicons/{18f-favicon-57.png → 18f-center-57.png} +0 -0
- data/assets/favicons/{18f-favicon-72.png → 18f-center-72.png} +0 -0
- data/assets/favicons/favicon.ico +0 -0
- data/assets/img/18f-logo.png +0 -0
- data/assets/img/18f-logo.svg +0 -0
- data/lib/guides_style_18f/includes/header.html +5 -5
- data/lib/guides_style_18f/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c57adebf5dd6a3b94219a38719577b57c4982a9b
|
|
4
|
+
data.tar.gz: a43ffa2ab0da7774fc7a13b4281b13a62f218d65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cafe71077a386f5d14b028e1463aed5d80a4be4a62ccf906c10543ab8349c6a57c651c8c3339af90b0a07e89603e803ec4bfecbd353d229e56df2df2840d5342
|
|
7
|
+
data.tar.gz: 885385e5249fb9d95e3278930e753a43cd77495879acca7bf27fdb26c54aefddb25e4052f44333e1adcde352f892c9c0f86a90607147d94c1eab106930fd18c5
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/assets/favicons/favicon.ico
CHANGED
|
File without changes
|
data/assets/img/18f-logo.png
CHANGED
|
File without changes
|
data/assets/img/18f-logo.svg
CHANGED
|
File without changes
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
<!-- If any of the file paths after guides_style_18f_asset_root change, the old ones need to stay in place. See https://github.com/18F/pages-server/issues/55 for more information. -->
|
|
7
7
|
<link rel="shortcut icon" type="image/ico" href="{% guides_style_18f_asset_root %}/assets/favicons/favicon.ico" />
|
|
8
8
|
<link rel="icon" type="image/png" href="{% guides_style_18f_asset_root %}/assets/favicons/favicon.png" />
|
|
9
|
-
<link rel="apple-touch-icon-precomposed" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-
|
|
10
|
-
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-
|
|
11
|
-
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-
|
|
12
|
-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-
|
|
13
|
-
<link rel="icon" type="image/png" sizes="192x192" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-
|
|
9
|
+
<link rel="apple-touch-icon-precomposed" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-center-57.png" />
|
|
10
|
+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-center-72.png" />
|
|
11
|
+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-center-114.png" />
|
|
12
|
+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-center-144.png"/>
|
|
13
|
+
<link rel="icon" type="image/png" sizes="192x192" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-center-192.png" />
|
|
14
14
|
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700%7COpen+Sans:400,400italic,600' rel='stylesheet' type='text/css' />
|
|
15
15
|
<link rel="stylesheet" href="{% guides_style_18f_asset_root %}/assets/css/styles.css" type='text/css' />{% for style in site.styles %}
|
|
16
16
|
<link rel="stylesheet" href="{{ site.baseurl }}/{{ style }}" type='text/css' />{% endfor %}{% for style in page.styles %}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guides_style_18f
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Bland
|
|
@@ -190,14 +190,14 @@ files:
|
|
|
190
190
|
- CONTRIBUTING.md
|
|
191
191
|
- LICENSE.md
|
|
192
192
|
- README.md
|
|
193
|
-
- assets/favicons/18f-
|
|
194
|
-
- assets/favicons/18f-
|
|
195
|
-
- assets/favicons/18f-
|
|
196
|
-
- assets/favicons/18f-
|
|
197
|
-
- assets/favicons/18f-
|
|
198
|
-
- assets/favicons/18f-
|
|
199
|
-
- assets/favicons/18f-
|
|
200
|
-
- assets/favicons/18f-
|
|
193
|
+
- assets/favicons/18f-center-114.png
|
|
194
|
+
- assets/favicons/18f-center-144.png
|
|
195
|
+
- assets/favicons/18f-center-16.png
|
|
196
|
+
- assets/favicons/18f-center-192.png
|
|
197
|
+
- assets/favicons/18f-center-200.png
|
|
198
|
+
- assets/favicons/18f-center-32.png
|
|
199
|
+
- assets/favicons/18f-center-57.png
|
|
200
|
+
- assets/favicons/18f-center-72.png
|
|
201
201
|
- assets/favicons/favicon.ico
|
|
202
202
|
- assets/favicons/favicon.png
|
|
203
203
|
- assets/img/18f-logo.png
|