primordial 0.0.1 → 0.0.2

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.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NTNhYWU0ZDI3ZDM5NDVhM2Q5MGQ4MzU2OWY5YmQ1YmUzMTQwNjBmYw==
5
+ data.tar.gz: !binary |-
6
+ ZTg1ZTA5MTkzNzIwYjJkMWI5MTdkMWYxOGY5ODdjZjM4MjZkMDdkYw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NDcyZDc4NjA3OGEzNGY3MTJkMzQ4Zjg3NTcwODFjNDZkOTM4ZTdlMWQxMjNj
10
+ MjcxMWJlZDU3OTFlZWFmYmMxZDAyYWE3N2VlOGY2MWI4ODU0NDI2YmFmMzlh
11
+ Y2RhMTI2YjRjNDI4ODI4MGYxOTU0YTkzNTlkYzZhM2YzYzAzZmY=
12
+ data.tar.gz: !binary |-
13
+ OTUzZGE4NTQxZGEwOWFhYTU5NjkxMDIxODM5YzVjMTNhNjZjMTdiZmRiN2Vl
14
+ ZmQ4YTgwZTU3MTk3ODY5NjhhZGNlY2Y2Nzk2YTI0YTlhODk4NWI4NmRhZDNh
15
+ ZmFhMDk1NDYyOThmNWE2ZTExOTU1NjAwNGU1NTU1YTIwNDZlYWM=
@@ -10,6 +10,7 @@
10
10
  // other navbar variations.
11
11
 
12
12
  .navbar
13
+ background-color: $navbar-default-bg
13
14
  position: relative
14
15
  z-index: $zindex-navbar
15
16
  min-height: $navbar-height
@@ -44,8 +45,6 @@
44
45
  .navbar-collapse
45
46
  max-height: 340px
46
47
  overflow-x: visible
47
- padding-right: $navbar-padding-horizontal
48
- padding-left: $navbar-padding-horizontal
49
48
  border-top: 1px solid transparent
50
49
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
51
50
  +clearfix
@@ -72,17 +71,6 @@
72
71
  .navbar-text:last-child
73
72
  margin-right: 0
74
73
 
75
- // Both navbar header and collapse
76
- //
77
- // When a container is present, change the behavior of the header and collapse.
78
-
79
- .container > .navbar-header,
80
- .container > .navbar-collapse
81
- margin-right: -$navbar-padding-horizontal
82
- margin-left: -$navbar-padding-horizontal
83
- @media (min-width: $grid-float-breakpoint)
84
- margin-right: 0
85
- margin-left: 0
86
74
 
87
75
  //
88
76
  // Navbar alignment options
@@ -121,15 +109,12 @@
121
109
 
122
110
  .navbar-brand
123
111
  float: left
124
- padding: $navbar-padding-vertical $navbar-padding-horizontal
112
+ padding: $navbar-padding-vertical 0px
125
113
  font-size: $font-size-large
126
114
  line-height: $line-height-computed
127
115
  &:hover,
128
116
  &:focus
129
117
  text-decoration: none
130
- @media (min-width: $grid-float-breakpoint)
131
- .navbar > .container &
132
- margin-left: -$navbar-padding-horizontal
133
118
 
134
119
  // Navbar toggle
135
120
  //
@@ -16,13 +16,14 @@ html
16
16
  body
17
17
  background-color: $body-bg
18
18
  color: $text-color
19
- font: 62.5% 1.5 $font-family-base
19
+ font-family: $font-family-base
20
20
  font-size: $font-size-base
21
21
  line-height: $line-height-base
22
22
  -webkit-text-size-adjust: 100%
23
23
 
24
24
 
25
25
 
26
+
26
27
  // Horizontal rules
27
28
  hr
28
29
  margin-top: $line-height-computed
@@ -1,3 +1,3 @@
1
1
  module Primordial
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: primordial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - John Koht
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-01-12 00:00:00.000000000 Z
11
+ date: 2014-01-16 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: bundler
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -30,7 +27,6 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ! '>='
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ! '>='
44
39
  - !ruby/object:Gem::Version
@@ -46,7 +41,6 @@ dependencies:
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: sass
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
45
  - - ! '>='
52
46
  - !ruby/object:Gem::Version
@@ -54,7 +48,6 @@ dependencies:
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
52
  - - ! '>='
60
53
  - !ruby/object:Gem::Version
@@ -62,7 +55,6 @@ dependencies:
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: bourbon
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
59
  - - ! '>='
68
60
  - !ruby/object:Gem::Version
@@ -70,7 +62,6 @@ dependencies:
70
62
  type: :runtime
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
66
  - - ! '>='
76
67
  - !ruby/object:Gem::Version
@@ -114,26 +105,26 @@ files:
114
105
  homepage: ''
115
106
  licenses:
116
107
  - MIT
108
+ metadata: {}
117
109
  post_install_message:
118
110
  rdoc_options: []
119
111
  require_paths:
120
112
  - lib
121
113
  required_ruby_version: !ruby/object:Gem::Requirement
122
- none: false
123
114
  requirements:
124
115
  - - ! '>='
125
116
  - !ruby/object:Gem::Version
126
117
  version: '0'
127
118
  required_rubygems_version: !ruby/object:Gem::Requirement
128
- none: false
129
119
  requirements:
130
120
  - - ! '>='
131
121
  - !ruby/object:Gem::Version
132
122
  version: '0'
133
123
  requirements: []
134
124
  rubyforge_project:
135
- rubygems_version: 1.8.23
125
+ rubygems_version: 2.0.7
136
126
  signing_key:
137
- specification_version: 3
127
+ specification_version: 4
138
128
  summary: Simple, standard and elegant CSS structures based on Bootstrap 3
139
129
  test_files: []
130
+ has_rdoc: