Skip to content

Commit

Permalink
Working on updating the themes to include a mendix-custom file
Browse files Browse the repository at this point in the history
Working on updating the themes to include a mendix-custom file and also
fixed issue with styling of calendar widget.
  • Loading branch information
simo101 committed Oct 29, 2014
1 parent a52d912 commit 5a891c7
Show file tree
Hide file tree
Showing 211 changed files with 148 additions and 132 deletions.
Binary file modified Bootswatch.mpr
Binary file not shown.
Binary file added dist/Bootswatch-3.0.mpk
Binary file not shown.
20 changes: 20 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files (x86)\\nodejs\\\\node.exe',
1 verbose cli 'C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install' ]
2 info using npm@1.4.14
3 info using node@v0.10.29
4 verbose node symlink C:\Program Files (x86)\nodejs\\node.exe
5 error install Couldn't read dependencies
6 error package.json ENOENT, open 'C:\Users\sbl\My Documents\GitHub\MxBootswatch\package.json'
6 error package.json This is most likely not a problem with npm itself.
6 error package.json npm can't find a package.json file in your current directory.
7 error System Windows_NT 6.1.7601
8 error command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
9 error cwd C:\Users\sbl\My Documents\GitHub\MxBootswatch
10 error node -v v0.10.29
11 error npm -v 1.4.14
12 error path C:\Users\sbl\My Documents\GitHub\MxBootswatch\package.json
13 error code ENOPACKAGEJSON
14 error errno 34
15 verbose exit [ 34, true ]
6 changes: 5 additions & 1 deletion theme-builder/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,13 @@ module.exports = function (grunt) {

grunt.task.run(['concat', 'less:dist', 'clean:build',
compress ? 'compressLess:'+lessDest+':'+'<%=builddir%>/' + theme + '/ui/theme-'+theme+'/css/bootstrap.min.css':'none']);



grunt.config('copy.main.files',[{src:'<%=builddir%>/fonts/**', dest:'<%=builddir%>/' + theme + '/ui/theme-'+theme+'/'}]);
grunt.task.run('copy');

grunt.config('copy.main.files',[{src:'<%=builddir%>/global/mendix/mendix-custom.css', dest:'<%=builddir%>/' + theme + '/ui/theme-'+theme+'/css/mendix-custom.css'}]);
grunt.task.run('copy');

grunt.config('compress.main.options.archive', '../theme/'+theme+'.zip');
grunt.config('compress.main.options.mode', 'zip');
Expand Down
1 change: 1 addition & 0 deletions theme-builder/amelia/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-amelia/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-amelia/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
3 changes: 1 addition & 2 deletions theme-builder/amelia/ui/theme-amelia/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6596,7 +6596,6 @@ input[type="checkbox"] {
========================================================================== */
.dijitCalendarContainer {
background-color: #ad1d28;
z-index: 99 !important;
}
.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
Expand Down Expand Up @@ -6651,7 +6650,7 @@ input[type="checkbox"] {
border-bottom-left-radius: 3px;
}
.navbar-fixed-top {
z-index: 100;
z-index: 1001;
}
.mobileHeader .mx-header {
background: #ad1d28;
Expand Down
2 changes: 1 addition & 1 deletion theme-builder/amelia/ui/theme-amelia/css/bootstrap.min.css

Large diffs are not rendered by default.

Empty file.

This file was deleted.

Empty file.
3 changes: 1 addition & 2 deletions theme-builder/bower_components/mendix/mendix-global.less
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ input[type="radio"], input[type="checkbox"] {
========================================================================== */
.dijitCalendarContainer {
background-color: @dijitCalendar-bg-color;
z-index: 99 !important;
tr th,tr td {
padding: 6px;
text-align: center;
Expand Down Expand Up @@ -355,7 +354,7 @@ input[type="radio"], input[type="checkbox"] {
}

.navbar-fixed-top{
z-index: 100;
z-index: 1001;
}

.mobileHeader{
Expand Down
1 change: 1 addition & 0 deletions theme-builder/cerulean/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-cerulean/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-cerulean/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
3 changes: 1 addition & 2 deletions theme-builder/cerulean/ui/theme-cerulean/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6603,7 +6603,6 @@ input[type="checkbox"] {
========================================================================== */
.dijitCalendarContainer {
background-color: #2fa4e7;
z-index: 99 !important;
}
.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
Expand Down Expand Up @@ -6658,7 +6657,7 @@ input[type="checkbox"] {
border-bottom-left-radius: 3px;
}
.navbar-fixed-top {
z-index: 100;
z-index: 1001;
}
.mobileHeader .mx-header {
background: #2fa4e7;
Expand Down

Large diffs are not rendered by default.

Empty file.
2 changes: 2 additions & 0 deletions theme-builder/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"fonts/*",
"journal/*",
"lumen/*",
"paper/*",
"readable/*",
"sandstone/*",
"simplex/*",
"slate/*",
"spacelab/*",
Expand Down
1 change: 1 addition & 0 deletions theme-builder/cosmo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-cosmo/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-cosmo/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
3 changes: 1 addition & 2 deletions theme-builder/cosmo/ui/theme-cosmo/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6603,7 +6603,6 @@ input[type="checkbox"] {
========================================================================== */
.dijitCalendarContainer {
background-color: #007fff;
z-index: 99 !important;
}
.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
Expand Down Expand Up @@ -6658,7 +6657,7 @@ input[type="checkbox"] {
border-bottom-left-radius: 3px;
}
.navbar-fixed-top {
z-index: 100;
z-index: 1001;
}
.mobileHeader .mx-header {
background: #222222;
Expand Down
2 changes: 1 addition & 1 deletion theme-builder/cosmo/ui/theme-cosmo/css/bootstrap.min.css

Large diffs are not rendered by default.

Empty file.
1 change: 1 addition & 0 deletions theme-builder/cupid/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-cupid/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-cupid/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
3 changes: 1 addition & 2 deletions theme-builder/cupid/ui/theme-cupid/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6903,7 +6903,6 @@ input[type="checkbox"] {
========================================================================== */
.dijitCalendarContainer {
background-color: #f0569f;
z-index: 99 !important;
}
.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
Expand Down Expand Up @@ -6958,7 +6957,7 @@ input[type="checkbox"] {
border-bottom-left-radius: 3px;
}
.navbar-fixed-top {
z-index: 100;
z-index: 1001;
}
.mobileHeader .mx-header {
background: #f0569f;
Expand Down
2 changes: 1 addition & 1 deletion theme-builder/cupid/ui/theme-cupid/css/bootstrap.min.css

Large diffs are not rendered by default.

Empty file.
1 change: 1 addition & 0 deletions theme-builder/custom/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-custom/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-custom/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
3 changes: 1 addition & 2 deletions theme-builder/custom/ui/theme-custom/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6479,7 +6479,6 @@ input[type="checkbox"] {
========================================================================== */
.dijitCalendarContainer {
background-color: #428bca;
z-index: 99 !important;
}
.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
Expand Down Expand Up @@ -6534,7 +6533,7 @@ input[type="checkbox"] {
border-bottom-left-radius: 3px;
}
.navbar-fixed-top {
z-index: 100;
z-index: 1001;
}
.mobileHeader .mx-header {
background: #f8f8f8;
Expand Down
2 changes: 1 addition & 1 deletion theme-builder/custom/ui/theme-custom/css/bootstrap.min.css

Large diffs are not rendered by default.

Empty file.
1 change: 1 addition & 0 deletions theme-builder/cyborg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-cyborg/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-cyborg/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
3 changes: 1 addition & 2 deletions theme-builder/cyborg/ui/theme-cyborg/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6592,7 +6592,6 @@ input[type="checkbox"] {
========================================================================== */
.dijitCalendarContainer {
background-color: #2a9fd6;
z-index: 99 !important;
}
.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
Expand Down Expand Up @@ -6647,7 +6646,7 @@ input[type="checkbox"] {
border-bottom-left-radius: 3px;
}
.navbar-fixed-top {
z-index: 100;
z-index: 1001;
}
.mobileHeader .mx-header {
background: #060606;
Expand Down
2 changes: 1 addition & 1 deletion theme-builder/cyborg/ui/theme-cyborg/css/bootstrap.min.css

Large diffs are not rendered by default.

Empty file.
1 change: 1 addition & 0 deletions theme-builder/darkly/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-darkly/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-darkly/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
3 changes: 1 addition & 2 deletions theme-builder/darkly/ui/theme-darkly/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6701,7 +6701,6 @@ input[type="checkbox"] {
========================================================================== */
.dijitCalendarContainer {
background-color: #375a7f;
z-index: 99 !important;
}
.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
Expand Down Expand Up @@ -6756,7 +6755,7 @@ input[type="checkbox"] {
border-bottom-left-radius: 3px;
}
.navbar-fixed-top {
z-index: 100;
z-index: 1001;
}
.mobileHeader .mx-header {
background: #375a7f;
Expand Down
2 changes: 1 addition & 1 deletion theme-builder/darkly/ui/theme-darkly/css/bootstrap.min.css

Large diffs are not rendered by default.

Empty file.
1 change: 1 addition & 0 deletions theme-builder/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-default/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-default/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
3 changes: 1 addition & 2 deletions theme-builder/default/ui/theme-default/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6479,7 +6479,6 @@ input[type="checkbox"] {
========================================================================== */
.dijitCalendarContainer {
background-color: #428bca;
z-index: 99 !important;
}
.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
Expand Down Expand Up @@ -6534,7 +6533,7 @@ input[type="checkbox"] {
border-bottom-left-radius: 3px;
}
.navbar-fixed-top {
z-index: 100;
z-index: 1001;
}
.mobileHeader .mx-header {
background: #f8f8f8;
Expand Down

Large diffs are not rendered by default.

Empty file.
1 change: 1 addition & 0 deletions theme-builder/flatly/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-flatly/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-flatly/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
3 changes: 1 addition & 2 deletions theme-builder/flatly/ui/theme-flatly/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6679,7 +6679,6 @@ input[type="checkbox"] {
========================================================================== */
.dijitCalendarContainer {
background-color: #2c3e50;
z-index: 99 !important;
}
.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
Expand Down Expand Up @@ -6734,7 +6733,7 @@ input[type="checkbox"] {
border-bottom-left-radius: 3px;
}
.navbar-fixed-top {
z-index: 100;
z-index: 1001;
}
.mobileHeader .mx-header {
background: #2c3e50;
Expand Down
2 changes: 1 addition & 1 deletion theme-builder/flatly/ui/theme-flatly/css/bootstrap.min.css

Large diffs are not rendered by default.

Empty file.
Empty file.
1 change: 1 addition & 0 deletions theme-builder/journal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-journal/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-journal/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
3 changes: 1 addition & 2 deletions theme-builder/journal/ui/theme-journal/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6547,7 +6547,6 @@ input[type="checkbox"] {
========================================================================== */
.dijitCalendarContainer {
background-color: #eb6864;
z-index: 99 !important;
}
.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
Expand Down Expand Up @@ -6602,7 +6601,7 @@ input[type="checkbox"] {
border-bottom-left-radius: 3px;
}
.navbar-fixed-top {
z-index: 100;
z-index: 1001;
}
.mobileHeader .mx-header {
background: #ffffff;
Expand Down

Large diffs are not rendered by default.

Empty file.
1 change: 1 addition & 0 deletions theme-builder/lumen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-lumen/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-lumen/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
3 changes: 1 addition & 2 deletions theme-builder/lumen/ui/theme-lumen/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6829,7 +6829,6 @@ input[type="checkbox"] {
========================================================================== */
.dijitCalendarContainer {
background-color: #158cba;
z-index: 99 !important;
}
.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
Expand Down Expand Up @@ -6884,7 +6883,7 @@ input[type="checkbox"] {
border-bottom-left-radius: 3px;
}
.navbar-fixed-top {
z-index: 100;
z-index: 1001;
}
.mobileHeader .mx-header {
background: #f8f8f8;
Expand Down
2 changes: 1 addition & 1 deletion theme-builder/lumen/ui/theme-lumen/css/bootstrap.min.css

Large diffs are not rendered by default.

Empty file.
1 change: 1 addition & 0 deletions theme-builder/mxbootswatch-demo/index-amelia.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-amelia/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-amelia/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
1 change: 1 addition & 0 deletions theme-builder/mxbootswatch-demo/index-cerulean.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-cerulean/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-cerulean/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
1 change: 1 addition & 0 deletions theme-builder/mxbootswatch-demo/index-cosmo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-cosmo/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-cosmo/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
1 change: 1 addition & 0 deletions theme-builder/mxbootswatch-demo/index-cupid.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-cupid/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-cupid/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
1 change: 1 addition & 0 deletions theme-builder/mxbootswatch-demo/index-custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-custom/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-custom/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
1 change: 1 addition & 0 deletions theme-builder/mxbootswatch-demo/index-cyborg.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-cyborg/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-cyborg/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down
1 change: 1 addition & 0 deletions theme-builder/mxbootswatch-demo/index-darkly.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="ui/theme-darkly/css/bootstrap.min.css">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css">
<link rel="stylesheet" href="ui/theme-darkly/css/mendix-custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down

0 comments on commit 5a891c7

Please sign in to comment.