Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
b7594142
Commit
b7594142
authored
Oct 01, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Studio: adds in specific older IE support area into Sass/CSS architecture
parent
95dd2173
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
2 deletions
+29
-2
cms/static/sass/contexts/_ie.scss
+21
-0
cms/static/sass/style-app.scss
+3
-0
cms/templates/base.html
+4
-1
common/static/css/vendor/font-awesome.css
+1
-1
No files found.
cms/static/sass/contexts/_ie.scss
0 → 100644
View file @
b7594142
// studio - contexts - ie
// ====================
// CASE: less than or equal to IE9
.lte9
{
}
// ====================
// CASE: less than or equal to IE8
.lte8
{
}
// ====================
// CASE: less than or equal to IE7
.lte7
{
}
cms/static/sass/style-app.scss
View file @
b7594142
...
@@ -56,6 +56,9 @@
...
@@ -56,6 +56,9 @@
@import
'views/checklists'
;
@import
'views/checklists'
;
@import
'views/textbooks'
;
@import
'views/textbooks'
;
// base - contexts
@import
'contexts/ie'
;
// ie-specific rules (mostly for known/older bugs)
// temp - inherited
// temp - inherited
@import
'assets/content-types'
;
@import
'assets/content-types'
;
...
...
cms/templates/base.html
View file @
b7594142
...
@@ -3,7 +3,10 @@
...
@@ -3,7 +3,10 @@
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<!doctype html>
<!doctype html>
<html>
<!--[if IE 7]><html class="ie7 lte9 lte8 lte7"><![endif]-->
<!--[if IE 8]><html class="ie8 lte9 lte8"><![endif]-->
<!--[if IE 9]><html class="ie9 lte9"><![endif]-->
<!--[if gt IE 9]><!-->
<html>
<!--<![endif]-->
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
...
...
common/static/css/vendor/font-awesome.css
View file @
b7594142
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
* -------------------------- */
* -------------------------- */
@font-face
{
@font-face
{
font-family
:
'FontAwesome'
;
font-family
:
'FontAwesome'
;
src
:
url('../..fonts/vendor/fontawesome-webfont.eot?v=3.2.1')
;
src
:
url('../..
/
fonts/vendor/fontawesome-webfont.eot?v=3.2.1')
;
src
:
url('../../fonts/vendor/fontawesome-webfont.eot?#iefix&v=3.2.1')
format
(
'embedded-opentype'
),
url('../../fonts/vendor/fontawesome-webfont.woff?v=3.2.1')
format
(
'woff'
),
url('../../fonts/vendor/fontawesome-webfont.ttf?v=3.2.1')
format
(
'truetype'
),
url('../../fonts/vendor/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1')
format
(
'svg'
);
src
:
url('../../fonts/vendor/fontawesome-webfont.eot?#iefix&v=3.2.1')
format
(
'embedded-opentype'
),
url('../../fonts/vendor/fontawesome-webfont.woff?v=3.2.1')
format
(
'woff'
),
url('../../fonts/vendor/fontawesome-webfont.ttf?v=3.2.1')
format
(
'truetype'
),
url('../../fonts/vendor/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1')
format
(
'svg'
);
font-weight
:
normal
;
font-weight
:
normal
;
font-style
:
normal
;
font-style
:
normal
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment