mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 10:56:53 -05:00
IE9 compat: css fixes
Linking to bless-brunch git for fixes that blocked bless from splitting app.css into multiple files to address IE9 limits. sass-brunch version update fixes problems during the css file-splitting that were messing up nested @media queries.
This commit is contained in:
parent
9656fd4f49
commit
c50b443eca
3 changed files with 5 additions and 5 deletions
|
@ -95,7 +95,7 @@
|
||||||
|
|
||||||
home:
|
home:
|
||||||
slogan: "Learn to Code by Playing a Game"
|
slogan: "Learn to Code by Playing a Game"
|
||||||
no_ie: "CodeCombat does not run in Internet Explorer 9 or older. Sorry!"
|
no_ie: "CodeCombat does not run in Internet Explorer 8 or older. Sorry!"
|
||||||
no_mobile: "CodeCombat wasn't designed for mobile devices and may not work!"
|
no_mobile: "CodeCombat wasn't designed for mobile devices and may not work!"
|
||||||
play: "Play" # The big play button that just starts playing a level
|
play: "Play" # The big play button that just starts playing a level
|
||||||
old_browser: "Uh oh, your browser is too old to run CodeCombat. Sorry!"
|
old_browser: "Uh oh, your browser is too old to run CodeCombat. Sorry!"
|
||||||
|
|
|
@ -4,8 +4,8 @@ block content
|
||||||
|
|
||||||
h1#site-slogan(data-i18n="home.slogan") Learn to Code by Playing a Game
|
h1#site-slogan(data-i18n="home.slogan") Learn to Code by Playing a Game
|
||||||
|
|
||||||
.alert.alert-danger.lt-ie10
|
.alert.alert-danger.lt-ie9
|
||||||
strong(data-i18n="home.no_ie") CodeCombat does not run in Internet Explorer 9 or older. Sorry!
|
strong(data-i18n="home.no_ie") CodeCombat does not run in Internet Explorer 8 or older. Sorry!
|
||||||
|
|
||||||
if isMobile
|
if isMobile
|
||||||
.alert.alert-danger.mobile
|
.alert.alert-danger.mobile
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
"javascript-brunch": "> 1.0 < 1.8",
|
"javascript-brunch": "> 1.0 < 1.8",
|
||||||
"coffee-script-brunch": "https://github.com/brunch/coffee-script-brunch/tarball/master",
|
"coffee-script-brunch": "https://github.com/brunch/coffee-script-brunch/tarball/master",
|
||||||
"coffeelint-brunch": "> 1.0 < 1.8",
|
"coffeelint-brunch": "> 1.0 < 1.8",
|
||||||
"sass-brunch": "1.7.0",
|
"sass-brunch": "1.8.3",
|
||||||
"css-brunch": "> 1.0 < 1.8",
|
"css-brunch": "> 1.0 < 1.8",
|
||||||
"jade-brunch": "> 1.0 < 1.8",
|
"jade-brunch": "> 1.0 < 1.8",
|
||||||
"uglify-js-brunch": "~1.7.4",
|
"uglify-js-brunch": "~1.7.4",
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
"marked": "0.2.x",
|
"marked": "0.2.x",
|
||||||
"telepath-brunch": "https://github.com/nwinter/telepath-brunch/tarball/master",
|
"telepath-brunch": "https://github.com/nwinter/telepath-brunch/tarball/master",
|
||||||
"bower": "~1.3.8",
|
"bower": "~1.3.8",
|
||||||
"bless-brunch": "~1.6.1",
|
"bless-brunch": "https://github.com/ThomasConner/bless-brunch/tarball/master",
|
||||||
"karma-script-launcher": "~0.1.0",
|
"karma-script-launcher": "~0.1.0",
|
||||||
"karma-chrome-launcher": "~0.1.2",
|
"karma-chrome-launcher": "~0.1.2",
|
||||||
"karma-firefox-launcher": "~0.1.3",
|
"karma-firefox-launcher": "~0.1.3",
|
||||||
|
|
Loading…
Reference in a new issue