bootstrapped-rails 2.0.7.4 → 2.0.7.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,108 @@
|
|
1
|
+
.jumbotron {
|
2
|
+
position: relative;
|
3
|
+
}
|
4
|
+
.jumbotron h1 {
|
5
|
+
font-size: 81px;
|
6
|
+
font-weight: bold;
|
7
|
+
letter-spacing: -1px;
|
8
|
+
line-height: 1;
|
9
|
+
margin-bottom: 9px;
|
10
|
+
}
|
11
|
+
.jumbotron p {
|
12
|
+
font-weight: 300;
|
13
|
+
margin-bottom: 18px;
|
14
|
+
}
|
15
|
+
.jumbotron .btn-large {
|
16
|
+
border-radius: 6px 6px 6px 6px;
|
17
|
+
font-size: 20px;
|
18
|
+
font-weight: normal;
|
19
|
+
margin-right: 10px;
|
20
|
+
padding: 14px 24px;
|
21
|
+
}
|
22
|
+
.jumbotron .btn-large small {
|
23
|
+
font-size: 14px;
|
24
|
+
}
|
25
|
+
.masthead {
|
26
|
+
margin-bottom: 72px;
|
27
|
+
padding-top: 36px;
|
28
|
+
}
|
29
|
+
.masthead h1, .masthead p {
|
30
|
+
text-align: center;
|
31
|
+
}
|
32
|
+
.masthead h1 {
|
33
|
+
margin-bottom: 18px;
|
34
|
+
}
|
35
|
+
.masthead p {
|
36
|
+
font-size: 30px;
|
37
|
+
line-height: 36px;
|
38
|
+
margin-left: 5%;
|
39
|
+
margin-right: 5%;
|
40
|
+
}
|
41
|
+
.subhead {
|
42
|
+
margin-bottom: 9px;
|
43
|
+
padding-bottom: 0;
|
44
|
+
}
|
45
|
+
.subhead h1 {
|
46
|
+
font-size: 54px;
|
47
|
+
}
|
48
|
+
.subnav {
|
49
|
+
background-color: #EEEEEE;
|
50
|
+
background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEEEEE 100%);
|
51
|
+
background-repeat: repeat-x;
|
52
|
+
border: 1px solid #E5E5E5;
|
53
|
+
border-radius: 4px 4px 4px 4px;
|
54
|
+
height: 36px;
|
55
|
+
width: 100%;
|
56
|
+
}
|
57
|
+
.subnav .nav {
|
58
|
+
margin-bottom: 0;
|
59
|
+
}
|
60
|
+
.subnav .nav > li > a {
|
61
|
+
border-left: 1px solid #F5F5F5;
|
62
|
+
border-radius: 0 0 0 0;
|
63
|
+
border-right: 1px solid #E5E5E5;
|
64
|
+
margin: 0;
|
65
|
+
padding-bottom: 11px;
|
66
|
+
padding-top: 11px;
|
67
|
+
}
|
68
|
+
.subnav .nav > .active > a, .subnav .nav > .active > a:hover {
|
69
|
+
background-color: #E9E9E9;
|
70
|
+
border-left: 0 none;
|
71
|
+
border-right-color: #DDDDDD;
|
72
|
+
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset;
|
73
|
+
color: #777777;
|
74
|
+
padding-left: 13px;
|
75
|
+
}
|
76
|
+
.subnav .nav > .active > a .caret, .subnav .nav > .active > a:hover .caret {
|
77
|
+
border-top-color: #777777;
|
78
|
+
}
|
79
|
+
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
|
80
|
+
border-left: 0 none;
|
81
|
+
border-radius: 4px 0 0 4px;
|
82
|
+
padding-left: 12px;
|
83
|
+
}
|
84
|
+
.subnav .nav > li:last-child > a {
|
85
|
+
border-right: 0 none;
|
86
|
+
}
|
87
|
+
.subnav .dropdown-menu {
|
88
|
+
border-radius: 0 0 4px 4px;
|
89
|
+
}
|
90
|
+
.subnav-fixed {
|
91
|
+
border-color: #D5D5D5;
|
92
|
+
border-radius: 0 0 0 0;
|
93
|
+
border-width: 0 0 1px;
|
94
|
+
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
|
95
|
+
left: 0;
|
96
|
+
position: fixed;
|
97
|
+
right: 0;
|
98
|
+
top: 40px;
|
99
|
+
z-index: 1020;
|
100
|
+
}
|
101
|
+
.subnav-fixed .nav {
|
102
|
+
margin: 0 auto;
|
103
|
+
padding: 0 1px;
|
104
|
+
width: 938px;
|
105
|
+
}
|
106
|
+
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
|
107
|
+
border-radius: 0 0 0 0;
|
108
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrapped-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.7.
|
4
|
+
version: 2.0.7.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-03-14 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
16
|
-
requirement: &
|
16
|
+
requirement: &70196628009400 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 3.1.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70196628009400
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: bundler
|
27
|
-
requirement: &
|
27
|
+
requirement: &70196628007000 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: 1.0.0
|
33
33
|
type: :development
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70196628007000
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: rails
|
38
|
-
requirement: &
|
38
|
+
requirement: &70196628005680 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '3.1'
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70196628005680
|
47
47
|
description: ! ' This is a hacked-together version of the gem ''bootstrap-sass'',
|
48
48
|
with the generators from ''twitter-bootstrap-rails'', has also replaced the Glyphicons
|
49
49
|
icons with [Font Awesome](http://fortawesome.github.com/Font-Awesome/), since svg
|
@@ -163,6 +163,7 @@ files:
|
|
163
163
|
- vendor/assets/stylesheets/bootstrapped-sass/_reset.scss
|
164
164
|
- vendor/assets/stylesheets/bootstrapped-sass/_scaffolding.scss
|
165
165
|
- vendor/assets/stylesheets/bootstrapped-sass/_sprites.scss
|
166
|
+
- vendor/assets/stylesheets/bootstrapped-sass/_subnav.scss
|
166
167
|
- vendor/assets/stylesheets/bootstrapped-sass/_tables.scss
|
167
168
|
- vendor/assets/stylesheets/bootstrapped-sass/_thumbnails.scss
|
168
169
|
- vendor/assets/stylesheets/bootstrapped-sass/_tooltip.scss
|