bookends 0.5.0 → 0.5.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6259769d6d962fca0601045c17df280bf3371398
4
- data.tar.gz: 94648347d277a9728f3615d208345ad0a4c33141
3
+ metadata.gz: f5e1dd59c2da80064972a904f594b3f58461630b
4
+ data.tar.gz: 94c57f12cdbb2f260578fc044ed62a10a3cd9c04
5
5
  SHA512:
6
- metadata.gz: 49fb3afd72ddc5b92c2acaab838de3211879fe26e277f60c468a455e1783f5ec6e18a88a9a8daa2d056b341e5fb5924f8a064bd8090e566127f03770d9489a91
7
- data.tar.gz: 3c0768dbd72d28b1bd5dde98bd1cb3c34a1ef217841ac4d0d71dfe44cb9f6f759145208026b01da3ddfc85245495f1a060529cfc60bd3366accf056ddabd1595
6
+ metadata.gz: 272e271321bdd6821b301f470f90c81f49331d081b7900746928573377e5d251e1750165322b7bf8f791bef5bc9315e57dc5d2cceb33949737fbd4c7b2f1b628
7
+ data.tar.gz: d8d6d1c9f462c8f8a479e070f5cffd8cad7412ff370123fe7161808a29a321a1865cd3affece53a9912bccf8a31c81f7cedce64124aa08f241bc65a0788e3908
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
@@ -55,6 +55,8 @@
55
55
  box-shadow: 0 1px 1px 0 fade-out($color-background, .9) inset;
56
56
  font-size: 13px;
57
57
  color: #999;
58
+ line-height: 1.8em;
59
+ -webkit-font-smoothing: antialiased;
58
60
 
59
61
  * {
60
62
  @include box-sizing(border-box);
@@ -86,20 +88,30 @@
86
88
  font-weight: 200;
87
89
  }
88
90
 
91
+ h1,
92
+ h2,
93
+ h3,
94
+ h4,
95
+ h5 {
96
+ line-height: 1.1em;
97
+ padding: 0;
98
+ }
99
+
89
100
  h3 {
90
101
  color: $color-purple;
91
102
  font-size: 14px;
103
+ font-weight: 500;
92
104
  }
93
105
 
94
106
  h4 {
95
107
  margin: 1.33em 0;
96
- padding: 0;
97
108
  font-size: 12px;
98
109
  text-align: left;
99
110
  font-weight: bold;
100
111
  text-transform: uppercase;
101
112
  letter-spacing: .1em;
102
113
  color: $color-header;
114
+
103
115
  @include screen($screen: $threshold-mobile) {
104
116
  text-align: center;
105
117
  }
@@ -124,24 +136,23 @@
124
136
  .col {
125
137
  display: block;
126
138
  float: left;
127
- @include screen($screen: $threshold-mobile) {
128
- width: auto;
129
- float: none;
130
- }
131
- }
132
139
 
133
- .wrapper > .col {
134
140
  ul {
135
- margin-left: 0;
141
+ margin: 1em 0;
136
142
  }
137
143
 
138
144
  li {
139
- margin-left: 0;
145
+ margin: 0;
140
146
  }
147
+ }
141
148
 
142
- @include screen() {
143
- float: none;
144
- width: 100%;
149
+ .wrapper {
150
+
151
+ .col {
152
+ @include screen() {
153
+ float: none;
154
+ width: 100%;
155
+ }
145
156
  }
146
157
  }
147
158
 
@@ -237,6 +248,8 @@
237
248
  iframe {
238
249
  position: relative;
239
250
  width: 100%;
251
+ margin: 0;
252
+
240
253
  @include screen(min-width, $threshold-tablet) {
241
254
  border-bottom: 1px solid $color-border;
242
255
  }
@@ -246,6 +259,8 @@
246
259
 
247
260
  .tertiary {
248
261
  p {
262
+ margin: 1em 0;
263
+ padding: 0;
249
264
  font-size: 13px;
250
265
  color: #999;
251
266
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookends
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marketing Web Ops at heroku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-05 00:00:00.000000000 Z
11
+ date: 2015-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails