Skip to content

Commit 11f7c05

Browse files
committed
Merge branch 'release/v2.3.2'
2 parents 5e756db + a40a161 commit 11f7c05

14 files changed

Lines changed: 600 additions & 334 deletions

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.2.9)
5-
activesupport (4.1.1)
5+
activesupport (4.1.2)
66
i18n (~> 0.6, >= 0.6.9)
77
json (~> 1.7, >= 1.7.7)
88
minitest (~> 5.1)
@@ -65,7 +65,7 @@ GEM
6565
rb-kqueue (>= 0.2)
6666
maruku (0.7.0)
6767
mini_portile (0.6.0)
68-
minitest (5.3.4)
68+
minitest (5.3.5)
6969
nokogiri (1.6.2.1)
7070
mini_portile (= 0.6.0)
7171
parslet (1.5.0)
@@ -75,17 +75,17 @@ GEM
7575
posix-spawn (~> 0.3.6)
7676
yajl-ruby (~> 1.1.0)
7777
rb-fsevent (0.9.4)
78-
rb-inotify (0.9.4)
78+
rb-inotify (0.9.5)
7979
ffi (>= 0.5.0)
80-
rb-kqueue (0.2.2)
80+
rb-kqueue (0.2.3)
8181
ffi (>= 0.5.0)
8282
rdiscount (2.1.7)
8383
redcarpet (2.3.0)
8484
safe_yaml (1.0.3)
85-
thread_safe (0.3.3)
85+
thread_safe (0.3.4)
8686
toml (0.1.1)
8787
parslet (~> 1.5.0)
88-
tzinfo (1.1.0)
88+
tzinfo (1.2.1)
8989
thread_safe (~> 0.1)
9090
yajl-ruby (1.1.0)
9191

_includes/content/speaking.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<div class="row">
2+
<div class="col-md-12">
3+
<h2>Shipping the Empty Box: Releasing [string:titleOfGame] on [array:platforms]</h2>
4+
<h3><a href="http://dev.paxsite.com/">PAX Dev</a> <small>August 2014, Seattle, WA</small></h3>
5+
</div>
6+
<div class="col-md-9 col-xs-12">
7+
<p>Working on [string:titleOfGame], you need to release it on [array:platforms-0] and perhaps on [array:platforms-1] in the future. You have [int:NULL] time till release. Build engineer and programmer John “Seg” Seggerson (Telltale Games, John McNeil Studio, Domonique Pamplemousse) will help smooth the multi-platform release by outlining build engineering tips for platforms on desktop, mobile, console, and beyond. Increase artist, writer, and programmer efficiency with a set of core specifications and planning applied to existing platforms and future platforms. Skills and knowledge that will reduce release headaches for your [int:sizeOfTeam] team!</p>
8+
</div>
9+
<div class="col-md-3 hidden-xs hidden-sm">
10+
<a href="http://dev.paxsite.com/"><img src="{{site.baseurl}}img/paxdevlogo.png" alt="PAX Dev" class="" /></a>
11+
</div>

_less/bootswatch/bootstrap-cyborg-util.less

Lines changed: 34 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cyborg 3.1.1
1+
// Cyborg 3.2.0
22
// Bootswatch
33
// -----------------------------------------------------
44

@@ -50,6 +50,10 @@ table,
5050
color: #fff;
5151
text-decoration: underline;
5252
}
53+
54+
.text-muted {
55+
color: @text-muted;
56+
}
5357
}
5458

5559
.table-responsive > .table {
@@ -60,36 +64,42 @@ table,
6064

6165
.has-warning {
6266
.help-block,
63-
.control-label {
67+
.control-label,
68+
.form-control-feedback {
6469
color: @brand-warning;
6570
}
6671

6772
.form-control,
68-
.form-control:focus {
73+
.form-control:focus,
74+
.input-group-addon {
6975
border-color: @brand-warning;
7076
}
7177
}
7278

7379
.has-error {
7480
.help-block,
75-
.control-label {
81+
.control-label,
82+
.form-control-feedback {
7683
color: @brand-danger;
7784
}
7885

7986
.form-control,
80-
.form-control:focus {
87+
.form-control:focus,
88+
.input-group-addon {
8189
border-color: @brand-danger;
8290
}
8391
}
8492

8593
.has-success {
8694
.help-block,
87-
.control-label {
95+
.control-label,
96+
.form-control-feedback {
8897
color: @brand-success;
8998
}
9099

91100
.form-control,
92-
.form-control:focus {
101+
.form-control:focus,
102+
.input-group-addon {
93103
border-color: @brand-success;
94104
}
95105
}
@@ -104,15 +114,6 @@ legend {
104114

105115
// Navs =======================================================================
106116

107-
.nav {
108-
109-
.caret,
110-
a:hover .caret {
111-
border-top-color: #fff;
112-
border-bottom-color: #fff;
113-
}
114-
}
115-
116117
.nav-tabs,
117118
.nav-pills,
118119
.breadcrumb,
@@ -134,22 +135,32 @@ legend {
134135
}
135136

136137
.close {
137-
color: #fff;
138138
text-decoration: none;
139-
opacity: 0.4;
139+
}
140+
}
141+
142+
.close {
143+
color: #fff;
144+
text-decoration: none;
145+
opacity: 0.4;
140146

141-
&:hover,
142-
&:focus {
143-
color: #fff;
144-
opacity: 1;
145-
}
147+
&:hover,
148+
&:focus {
149+
color: #fff;
150+
opacity: 1;
146151
}
147152
}
148153

149154
// Progress bars ==============================================================
150155

151156
// Containers =================================================================
152157

158+
a.thumbnail:hover,
159+
a.thumbnail:focus,
160+
a.thumbnail.active {
161+
border-color: @thumbnail-border;
162+
}
163+
153164
.jumbotron {
154165

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

_less/bootswatch/bootstrap-cyborg-var.less

Lines changed: 41 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cyborg 3.1.1
1+
// Cyborg 3.2.0
22
// Variables
33
// --------------------------------------------------
44

@@ -22,7 +22,7 @@
2222

2323
//== Scaffolding
2424
//
25-
// ## Settings for some of the most global styles.
25+
//## Settings for some of the most global styles.
2626

2727
//** Background color for `<body>`.
2828
@body-bg: #060606;
@@ -68,14 +68,18 @@
6868
@headings-color: #fff;
6969

7070

71-
//-- Iconography
71+
//== Iconography
7272
//
73-
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
73+
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
7474

75+
//** Load fonts from this directory.
7576
@icon-font-path: "../fonts/";
77+
//** File name for all font files.
7678
@icon-font-name: "glyphicons-halflings-regular";
79+
//** Element ID within SVG icon file.
7780
@icon-font-svg-id: "glyphicons_halflingsregular";
7881

82+
7983
//== Components
8084
//
8185
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
@@ -232,7 +236,7 @@
232236
//** Text color for headers within dropdown menus.
233237
@dropdown-header-color: @text-muted;
234238

235-
// Note: Deprecated @dropdown-caret-color as of v3.1.0
239+
//** Deprecated `@dropdown-caret-color` as of v3.1.0
236240
@dropdown-caret-color: #000;
237241

238242

@@ -245,8 +249,8 @@
245249

246250
@zindex-navbar: 1000;
247251
@zindex-dropdown: 1000;
248-
@zindex-popover: 1010;
249-
@zindex-tooltip: 1030;
252+
@zindex-popover: 1060;
253+
@zindex-tooltip: 1070;
250254
@zindex-navbar-fixed: 1030;
251255
@zindex-modal-background: 1040;
252256
@zindex-modal: 1050;
@@ -257,27 +261,32 @@
257261
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
258262

259263
// Extra small screen / phone
260-
// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1
264+
//** Deprecated `@screen-xs` as of v3.0.1
261265
@screen-xs: 480px;
266+
//** Deprecated `@screen-xs-min` as of v3.2.0
262267
@screen-xs-min: @screen-xs;
268+
//** Deprecated `@screen-phone` as of v3.0.1
263269
@screen-phone: @screen-xs-min;
264270

265271
// Small screen / tablet
266-
// Note: Deprecated @screen-sm and @screen-tablet as of v3.0.1
272+
//** Deprecated `@screen-sm` as of v3.0.1
267273
@screen-sm: 768px;
268274
@screen-sm-min: @screen-sm;
275+
//** Deprecated `@screen-tablet` as of v3.0.1
269276
@screen-tablet: @screen-sm-min;
270277

271278
// Medium screen / desktop
272-
// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
279+
//** Deprecated `@screen-md` as of v3.0.1
273280
@screen-md: 992px;
274281
@screen-md-min: @screen-md;
282+
//** Deprecated `@screen-desktop` as of v3.0.1
275283
@screen-desktop: @screen-md-min;
276284

277285
// Large screen / wide desktop
278-
// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
286+
//** Deprecated `@screen-lg` as of v3.0.1
279287
@screen-lg: 1200px;
280288
@screen-lg-min: @screen-lg;
289+
//** Deprecated `@screen-lg-desktop` as of v3.0.1
281290
@screen-lg-desktop: @screen-lg-min;
282291

283292
// So media queries don't overlap when required, provide a maximum
@@ -643,17 +652,26 @@
643652
//** List group border radius
644653
@list-group-border-radius: @border-radius-base;
645654

646-
//** Background color of single list elements on hover
655+
//** Background color of single list items on hover
647656
@list-group-hover-bg: lighten(@list-group-bg, 15%);
648-
//** Text color of active list elements
657+
//** Text color of active list items
649658
@list-group-active-color: @component-active-color;
650-
//** Background color of active list elements
659+
//** Background color of active list items
651660
@list-group-active-bg: @component-active-bg;
652661
//** Border color of active list elements
653662
@list-group-active-border: @list-group-active-bg;
663+
//** Text color for content within active list items
654664
@list-group-active-text-color: lighten(@list-group-active-bg, 40%);
655665

666+
//** Text color of disabled list items
667+
@list-group-disabled-color: @gray-light;
668+
//** Background color of disabled list items
669+
@list-group-disabled-bg: @gray-lighter;
670+
//** Text color for content within disabled list items
671+
@list-group-disabled-text-color: @list-group-disabled-color;
672+
656673
@list-group-link-color: @text-color;
674+
@list-group-link-hover-color: @list-group-link-color;
657675
@list-group-link-heading-color: #fff;
658676

659677

@@ -663,6 +681,8 @@
663681

664682
@panel-bg: @gray-darker;
665683
@panel-body-padding: 15px;
684+
@panel-heading-padding: 10px 15px;
685+
@panel-footer-padding: @panel-heading-padding;
666686
@panel-border-radius: @border-radius-base;
667687

668688
//** Border color for elements within panels
@@ -701,9 +721,9 @@
701721
//** Padding around the thumbnail image
702722
@thumbnail-padding: 4px;
703723
//** Thumbnail background color
704-
@thumbnail-bg: @body-bg;
724+
@thumbnail-bg: @gray-dark;
705725
//** Thumbnail border color
706-
@thumbnail-border: #ddd;
726+
@thumbnail-border: @gray-dark;
707727
//** Thumbnail border radius
708728
@thumbnail-border-radius: @border-radius-base;
709729

@@ -802,6 +822,8 @@
802822
//
803823
//##
804824

825+
//** Horizontal offset for forms and lists.
826+
@component-offset-horizontal: 180px;
805827
//** Text muted color
806828
@text-muted: @gray-light;
807829
//** Abbreviations and acronyms border color
@@ -816,14 +838,9 @@
816838
@blockquote-border-color: @gray-dark;
817839
//** Page header border color
818840
@page-header-border-color: @gray-dark;
819-
820-
821-
//== Miscellaneous
822-
//
823-
//##
824-
841+
//** Width of horizontal description list titles
842+
@dl-horizontal-offset: @component-offset-horizontal;
825843
//** Horizontal line color.
826844
@hr-border: @gray-dark;
827845

828-
//** Horizontal offset for forms and lists.
829-
@component-offset-horizontal: 180px;
846+

0 commit comments

Comments
 (0)