volt-bootstrap 0.0.2 → 0.0.3

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: d5629848fea69f6f8f2d0b520378de8c5be2987f
4
- data.tar.gz: 3a406bec12d8ecceba6bd4417a0072ca9508a261
3
+ metadata.gz: d7e886794d5f5f673eda99f9c881cf573900282b
4
+ data.tar.gz: b94498cf0e8b64b02bf425b5214939a3228763b1
5
5
  SHA512:
6
- metadata.gz: 39b7b335e6f558eac5ee5a88b70398b1111b739928736182cc20f35ae3f6c8ffe607d06876e7ce8df58d9f6e4aa5f6b14754efd34f48bd1832a4d3bda1fd8cd2
7
- data.tar.gz: 60729c8147f381cdebecdb7cb5518361920287bbc99ce71d6d9e0a06fd48e208cb9a360a42d1417dc7b9da75c676a70487cd5672b0d64103a95c1ad02701ac01
6
+ metadata.gz: 1879d8f20adf2cda45fc51b8859c50d18d266e3685ef68dc22316c03077293ebb30287fcf58917ff4937878a0387ee57d67a80ea3b21c52996df2cbc8139b242
7
+ data.tar.gz: fc74c63bd8a81d3b311aa6c7fdb4344ea8d1f48f2e4705ecad3c8222861e59c57d2f1979ff8d623d9824cc94c9c3237609f59a6b62b20d8e4a445c7109bed744
data/.DS_Store ADDED
Binary file
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/app/.DS_Store ADDED
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: volt-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Stout
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-31 00:00:00.000000000 Z
11
+ date: 2014-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: volt
@@ -45,14 +45,17 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
+ - ".DS_Store"
48
49
  - ".gitignore"
49
50
  - Gemfile
50
51
  - README.md
51
52
  - Rakefile
52
53
  - VERSION
54
+ - app/.DS_Store
55
+ - app/bootstrap/.DS_Store
56
+ - app/bootstrap/assets/.DS_Store
53
57
  - app/bootstrap/assets/css/01-bootstrap.css
54
58
  - app/bootstrap/assets/css/02-bootstrap-theme.css
55
- - app/bootstrap/assets/css/jumbotron.css
56
59
  - app/bootstrap/assets/fonts/glyphicons-halflings-regular.eot
57
60
  - app/bootstrap/assets/fonts/glyphicons-halflings-regular.svg
58
61
  - app/bootstrap/assets/fonts/glyphicons-halflings-regular.ttf
@@ -1,79 +0,0 @@
1
- /* Space out content a bit */
2
- body {
3
- padding-top: 20px;
4
- padding-bottom: 20px;
5
- }
6
-
7
- /* Everything but the jumbotron gets side spacing for mobile first views */
8
- .header,
9
- .marketing,
10
- .footer {
11
- padding-left: 15px;
12
- padding-right: 15px;
13
- }
14
-
15
- /* Custom page header */
16
- .header {
17
- border-bottom: 1px solid #e5e5e5;
18
- }
19
- /* Make the masthead heading the same height as the navigation */
20
- .header h3 {
21
- margin-top: 0;
22
- margin-bottom: 0;
23
- line-height: 40px;
24
- padding-bottom: 19px;
25
- }
26
-
27
- /* Custom page footer */
28
- .footer {
29
- padding-top: 19px;
30
- color: #777;
31
- border-top: 1px solid #e5e5e5;
32
- }
33
-
34
- /* Customize container */
35
- @media (min-width: 768px) {
36
- .container {
37
- max-width: 730px;
38
- }
39
- }
40
- .container-narrow > hr {
41
- margin: 30px 0;
42
- }
43
-
44
- /* Main marketing message and sign up button */
45
- .jumbotron {
46
- text-align: center;
47
- border-bottom: 1px solid #e5e5e5;
48
- }
49
- .jumbotron .btn {
50
- font-size: 21px;
51
- padding: 14px 24px;
52
- }
53
-
54
- /* Supporting marketing content */
55
- .marketing {
56
- margin: 40px 0;
57
- }
58
- .marketing p + h4 {
59
- margin-top: 28px;
60
- }
61
-
62
- /* Responsive: Portrait tablets and up */
63
- @media screen and (min-width: 768px) {
64
- /* Remove the padding we set earlier */
65
- .header,
66
- .marketing,
67
- .footer {
68
- padding-left: 0;
69
- padding-right: 0;
70
- }
71
- /* Space out the masthead */
72
- .header {
73
- margin-bottom: 30px;
74
- }
75
- /* Remove the bottom border on the jumbotron for visual effect */
76
- .jumbotron {
77
- border-bottom: 0;
78
- }
79
- }