Skip to content

Commit 4f56db2

Browse files
committed
Merge branch 'release/v2.5.0'
2 parents 0ef6e04 + d592ec9 commit 4f56db2

21 files changed

Lines changed: 1097 additions & 751 deletions

Gemfile.lock

Lines changed: 45 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,60 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.2.9)
5-
activesupport (4.1.4)
5+
activesupport (4.1.7)
66
i18n (~> 0.6, >= 0.6.9)
77
json (~> 1.7, >= 1.7.7)
88
minitest (~> 5.1)
99
thread_safe (~> 0.1)
1010
tzinfo (~> 1.1)
1111
blankslate (2.1.2.4)
12-
celluloid (0.15.2)
13-
timers (~> 1.1.0)
14-
classifier (1.3.4)
15-
fast-stemmer (>= 1.0.0)
12+
celluloid (0.16.0)
13+
timers (~> 4.0.0)
14+
classifier-reborn (2.0.2)
15+
fast-stemmer (~> 1.0)
1616
coffee-script (2.3.0)
1717
coffee-script-source
1818
execjs
19-
coffee-script-source (1.7.1)
19+
coffee-script-source (1.8.0)
2020
colorator (0.1)
21-
execjs (2.2.1)
21+
execjs (2.2.2)
2222
fast-stemmer (1.0.2)
23-
ffi (1.9.3)
24-
gemoji (2.0.0)
25-
github-pages (21)
23+
ffi (1.9.6)
24+
gemoji (2.1.0)
25+
github-pages (29)
2626
RedCloth (= 4.2.9)
27-
jekyll (= 2.2.0)
27+
github-pages-health-check (~> 0.1)
28+
jekyll (= 2.4.0)
2829
jekyll-coffeescript (= 1.0.0)
2930
jekyll-mentions (= 0.1.3)
30-
jekyll-redirect-from (= 0.4.0)
31-
jekyll-sass-converter (= 1.1.0)
32-
jekyll-sitemap (= 0.5.0)
31+
jekyll-redirect-from (= 0.6.2)
32+
jekyll-sass-converter (= 1.2.0)
33+
jekyll-sitemap (= 0.6.0)
3334
jemoji (= 0.3.0)
3435
kramdown (= 1.3.1)
3536
liquid (= 2.6.1)
3637
maruku (= 0.7.0)
38+
mercenary (~> 0.3)
3739
pygments.rb (= 0.6.0)
3840
rdiscount (= 2.1.7)
3941
redcarpet (= 3.1.2)
42+
terminal-table (~> 1.4)
43+
github-pages-health-check (0.1.1)
44+
net-dns (~> 0.6)
45+
public_suffix (~> 1.4)
46+
hitimes (1.2.2)
4047
html-pipeline (1.9.0)
4148
activesupport (>= 2)
4249
nokogiri (~> 1.4)
4350
i18n (0.6.11)
44-
jekyll (2.2.0)
45-
classifier (~> 1.3)
51+
jekyll (2.4.0)
52+
classifier-reborn (~> 2.0)
4653
colorator (~> 0.1)
4754
jekyll-coffeescript (~> 1.0)
4855
jekyll-gist (~> 1.0)
4956
jekyll-paginate (~> 1.0)
5057
jekyll-sass-converter (~> 1.0)
51-
jekyll-watch (~> 1.0)
58+
jekyll-watch (~> 1.1)
5259
kramdown (~> 1.3)
5360
liquid (~> 2.6.1)
5461
mercenary (~> 0.3.3)
@@ -62,13 +69,13 @@ GEM
6269
jekyll-mentions (0.1.3)
6370
html-pipeline (~> 1.9.0)
6471
jekyll (~> 2.0)
65-
jekyll-paginate (1.0.0)
66-
jekyll-redirect-from (0.4.0)
72+
jekyll-paginate (1.1.0)
73+
jekyll-redirect-from (0.6.2)
6774
jekyll (~> 2.0)
68-
jekyll-sass-converter (1.1.0)
75+
jekyll-sass-converter (1.2.0)
6976
sass (~> 3.2)
70-
jekyll-sitemap (0.5.0)
71-
jekyll-watch (1.0.0)
77+
jekyll-sitemap (0.6.0)
78+
jekyll-watch (1.1.2)
7279
listen (~> 2.7)
7380
jemoji (0.3.0)
7481
gemoji (~> 2.0)
@@ -77,19 +84,21 @@ GEM
7784
json (1.8.1)
7885
kramdown (1.3.1)
7986
liquid (2.6.1)
80-
listen (2.7.9)
87+
listen (2.8.0)
8188
celluloid (>= 0.15.2)
8289
rb-fsevent (>= 0.9.3)
8390
rb-inotify (>= 0.9)
8491
maruku (0.7.0)
85-
mercenary (0.3.4)
86-
mini_portile (0.6.0)
87-
minitest (5.4.0)
88-
nokogiri (1.6.3.1)
89-
mini_portile (= 0.6.0)
92+
mercenary (0.3.5)
93+
mini_portile (0.6.1)
94+
minitest (5.4.3)
95+
net-dns (0.8.0)
96+
nokogiri (1.6.4.1)
97+
mini_portile (~> 0.6.0)
9098
parslet (1.5.0)
9199
blankslate (~> 2.0)
92-
posix-spawn (0.3.8)
100+
posix-spawn (0.3.9)
101+
public_suffix (1.4.6)
93102
pygments.rb (0.6.0)
94103
posix-spawn (~> 0.3.6)
95104
yajl-ruby (~> 1.1.0)
@@ -98,13 +107,15 @@ GEM
98107
ffi (>= 0.5.0)
99108
rdiscount (2.1.7)
100109
redcarpet (3.1.2)
101-
safe_yaml (1.0.3)
102-
sass (3.3.13)
110+
safe_yaml (1.0.4)
111+
sass (3.4.8)
112+
terminal-table (1.4.5)
103113
thread_safe (0.3.4)
104-
timers (1.1.0)
105-
toml (0.1.1)
114+
timers (4.0.1)
115+
hitimes
116+
toml (0.1.2)
106117
parslet (~> 1.5.0)
107-
tzinfo (1.2.1)
118+
tzinfo (1.2.2)
108119
thread_safe (~> 0.1)
109120
yajl-ruby (1.1.0)
110121

_less/bootswatch/bootstrap-core.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
// Components
1919
@import "../../_bower_components/bootstrap/less/component-animations.less";
20-
//@import "../../_bower_components/bootstrap/less/glyphicons.less";
2120
@import "../../_bower_components/bootstrap/less/dropdowns.less";
2221
@import "../../_bower_components/bootstrap/less/button-groups.less";
2322
@import "../../_bower_components/bootstrap/less/input-groups.less";
@@ -35,8 +34,10 @@
3534
@import "../../_bower_components/bootstrap/less/media.less";
3635
@import "../../_bower_components/bootstrap/less/list-group.less";
3736
@import "../../_bower_components/bootstrap/less/panels.less";
37+
@import "../../_bower_components/bootstrap/less/responsive-embed.less";
3838
@import "../../_bower_components/bootstrap/less/wells.less";
3939
@import "../../_bower_components/bootstrap/less/close.less";
40+
// Components
4041

4142
// Components w/ JavaScript
4243
@import "../../_bower_components/bootstrap/less/modals.less";

_less/bootswatch/bootstrap-cyborg-util.less

Lines changed: 49 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
// Cyborg 3.2.0
1+
// Cyborg 3.3.1
22
// Bootswatch
33
// -----------------------------------------------------
44

5-
@import url("//fonts.googleapis.com/css?family=Droid+Sans:400,700");
5+
@import url("//fonts.googleapis.com/css?family=Roboto:400,700");
66

77
// Navbar =====================================================================
88

9-
.navbar {
10-
11-
border-bottom: 1px solid @gray-dark;
12-
}
13-
149
// Buttons ====================================================================
1510

1611
// Typography =================================================================
@@ -46,11 +41,15 @@ table,
4641
.table {
4742
color: #fff;
4843

49-
a {
44+
a:not(.btn) {
5045
color: #fff;
5146
text-decoration: underline;
5247
}
5348

49+
.dropdown-menu a {
50+
text-decoration: none;
51+
}
52+
5453
.text-muted {
5554
color: @text-muted;
5655
}
@@ -161,6 +160,48 @@ a.thumbnail.active {
161160
border-color: @thumbnail-border;
162161
}
163162

163+
a.list-group-item {
164+
165+
&.active,
166+
&.active:hover,
167+
&.active:focus {
168+
border-color: @list-group-border;
169+
}
170+
171+
&-success {
172+
&.active {
173+
background-color: @state-success-bg;
174+
}
175+
176+
&.active:hover,
177+
&.active:focus {
178+
background-color: darken(@state-success-bg, 5%);
179+
}
180+
}
181+
182+
&-warning {
183+
&.active {
184+
background-color: @state-warning-bg;
185+
}
186+
187+
&.active:hover,
188+
&.active:focus {
189+
background-color: darken(@state-warning-bg, 5%);
190+
}
191+
}
192+
193+
&-danger {
194+
&.active {
195+
background-color: @state-danger-bg;
196+
}
197+
198+
&.active:hover,
199+
&.active:focus {
200+
background-color: darken(@state-danger-bg, 5%);
201+
}
202+
}
203+
}
204+
164205
.jumbotron {
165206

166207
h1, h2, h3, h4, h5, h6 {

0 commit comments

Comments
 (0)