guides_style_18f 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/guides_style_18f/sass/_guides_style_18f_main.scss +17 -11
- data/lib/guides_style_18f/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ec06589d99c8ef75a5ca6fe9c89ec8851294fc9
|
4
|
+
data.tar.gz: 452a1cd611819aaed7b7adf051c3ac2921a543c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 368e204227dcb1711ff7579b4b407e89846f2284e58dc543845107483b2723075c0dc7a7f5ec46dbc85f41abf0573043bdf744695d6e62f5fc4a9b6d402f4166
|
7
|
+
data.tar.gz: 5cea0ecbd854accbf789b551e308a92c500cbfdf41791e76ac0bdb223a924e27c647b9e224652f730022ce3a99aac89afdc2291c58f664f3b0324b3baec9cb23
|
@@ -63,6 +63,9 @@ h2 {
|
|
63
63
|
|
64
64
|
h3 {
|
65
65
|
margin-top: 30px;
|
66
|
+
a {
|
67
|
+
border-bottom: 1px dotted #0072ce;
|
68
|
+
}
|
66
69
|
}
|
67
70
|
|
68
71
|
h4 {
|
@@ -111,24 +114,20 @@ a,
|
|
111
114
|
a:link,
|
112
115
|
a:visited {
|
113
116
|
color: #0072ce;
|
114
|
-
border-bottom: 1px dotted #0072ce;
|
115
117
|
text-decoration: none;
|
116
118
|
}
|
117
119
|
|
118
120
|
a:hover {
|
119
|
-
border-bottom: 1px solid #7eb8dd;
|
120
121
|
color: #7eb8dd;
|
121
122
|
text-decoration: none;
|
122
123
|
}
|
123
124
|
|
124
125
|
a:active {
|
125
|
-
border-bottom: 1px solid #002d72;
|
126
126
|
color: #002d72;
|
127
127
|
text-decoration: none;
|
128
128
|
}
|
129
129
|
|
130
130
|
a:focus {
|
131
|
-
border-bottom: 1px solid #0072ce;
|
132
131
|
color: #0072ce;
|
133
132
|
outline: thin dotted;
|
134
133
|
text-decoration: none;
|
@@ -136,19 +135,16 @@ a:focus {
|
|
136
135
|
|
137
136
|
a.title-link {
|
138
137
|
color: #75787B;
|
139
|
-
border-bottom: none;
|
140
138
|
}
|
141
139
|
|
142
140
|
a.title-link:hover,
|
143
141
|
a.title-link:active,
|
144
142
|
a.title-link:focus {
|
145
143
|
color: #7eb8dd;
|
146
|
-
border-bottom: none;
|
147
144
|
}
|
148
145
|
|
149
146
|
a.skip-link {
|
150
147
|
color: #0072ce;
|
151
|
-
border-bottom: none;
|
152
148
|
padding: .25em;
|
153
149
|
}
|
154
150
|
|
@@ -157,9 +153,16 @@ a.skip-link:active,
|
|
157
153
|
a.skip-link:focus {
|
158
154
|
background-color: #0072ce;
|
159
155
|
color: #fff;
|
160
|
-
border-bottom: none;
|
161
156
|
}
|
162
157
|
|
158
|
+
p {
|
159
|
+
a,
|
160
|
+
a:link,
|
161
|
+
a:visited {
|
162
|
+
border-bottom: 1px dotted #0072ce;
|
163
|
+
|
164
|
+
}
|
165
|
+
}
|
163
166
|
|
164
167
|
/*
|
165
168
|
Navigation
|
@@ -200,7 +203,6 @@ Navigation
|
|
200
203
|
list-style: none;
|
201
204
|
border-bottom: 1px solid #babbbd;
|
202
205
|
font-size: 1.125em;
|
203
|
-
padding-left: 4px;
|
204
206
|
overflow: hidden;
|
205
207
|
}
|
206
208
|
|
@@ -325,6 +327,10 @@ header {
|
|
325
327
|
padding: 2em 0;
|
326
328
|
}
|
327
329
|
|
330
|
+
.main-content img {
|
331
|
+
width: 100%;
|
332
|
+
|
333
|
+
}
|
328
334
|
|
329
335
|
/*
|
330
336
|
Footer
|
@@ -490,7 +496,7 @@ Desktop Styles
|
|
490
496
|
==================================
|
491
497
|
*/
|
492
498
|
|
493
|
-
@media screen and (min-width: 45em)
|
499
|
+
@media screen and (min-width: 45em) {
|
494
500
|
|
495
501
|
/*
|
496
502
|
Typography
|
@@ -575,7 +581,7 @@ Desktop Styles
|
|
575
581
|
|
576
582
|
}
|
577
583
|
|
578
|
-
@media screen and (max-width: 54.375em)
|
584
|
+
@media screen and (max-width: 54.375em) {
|
579
585
|
|
580
586
|
/* keep the repo list containers the same height, but account for the need for more height */
|
581
587
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guides_style_18f
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Bland
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|