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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d6517dbebab77389a6b917b6c385511008d0654
4
- data.tar.gz: fde6d2e018159de3f317855417235d480482e596
3
+ metadata.gz: 4ec06589d99c8ef75a5ca6fe9c89ec8851294fc9
4
+ data.tar.gz: 452a1cd611819aaed7b7adf051c3ac2921a543c3
5
5
  SHA512:
6
- metadata.gz: af49a1654cbc7982f5126791b8e242f5c38f3a943c02c42a9991a7945c4df14865727d9a8afc976c5cab38f2f55d806df0fd9e44e49fac4ad5c1ff0d7d77e80e
7
- data.tar.gz: 5163e068bd479453dfe91b041bb96cbdbf770db549ee01c0b0714758fe1bfaa27a6efd411dda534f561bceddf53f9393d3fe50e0171e51d500805e4aaa6f1498
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) and (min-height: 32.5em) {
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) and (min-height: 32.5em) {
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
 
@@ -1,5 +1,5 @@
1
1
  # @author Mike Bland (michael.bland@gsa.gov)
2
2
 
3
3
  module GuidesStyle18F
4
- VERSION = '0.1.9'
4
+ VERSION = '0.1.10'
5
5
  end
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.9
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: 2015-12-04 00:00:00.000000000 Z
11
+ date: 2016-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll