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
70d78fc4
Commit
70d78fc4
authored
Apr 02, 2017
by
Omar Al-Ithawi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RTL fixes for ul, ol, h1, h3-h6 in the HTML xmodule
parent
b30d9f15
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
common/lib/xmodule/xmodule/css/html/display.scss
+4
-3
No files found.
common/lib/xmodule/xmodule/css/html/display.scss
View file @
70d78fc4
...
@@ -7,7 +7,7 @@ h1 {
...
@@ -7,7 +7,7 @@ h1 {
color
:
$baseFontColor
;
color
:
$baseFontColor
;
font
:
normal
2em
/
1
.4em
$sans-serif
;
font
:
normal
2em
/
1
.4em
$sans-serif
;
letter-spacing
:
1px
;
letter-spacing
:
1px
;
margin
:
0
0
1
.416em
0
;
@include
margin
(
0
,
0
,
1
.416em
,
0
)
;
}
}
h2
{
h2
{
...
@@ -19,7 +19,7 @@ h2 {
...
@@ -19,7 +19,7 @@ h2 {
}
}
h3
,
h4
,
h5
,
h6
{
h3
,
h4
,
h5
,
h6
{
margin
:
0
0
(
$baseline
/
2
)
0
;
@include
margin
(
0
,
0
,
(
$baseline
/
2
)
,
0
)
;
font-weight
:
600
;
font-weight
:
600
;
}
}
...
@@ -71,8 +71,9 @@ blockquote {
...
@@ -71,8 +71,9 @@ blockquote {
}
}
ol
,
ul
{
ol
,
ul
{
// Using the lower level Bi App Sass mixin to avoid @padding conflicts with bourbon.
@include
bi-app-compact
(
padding
,
0
,
0
,
0
,
1em
);
margin
:
1em
0
;
margin
:
1em
0
;
padding
:
0
0
0
1em
;
color
:
$baseFontColor
;
color
:
$baseFontColor
;
li
{
li
{
...
...
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