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
efd8a77b
Commit
efd8a77b
authored
Sep 06, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #632 from MITx/feature/kfiedler/problems
Fix list item issues in problems
parents
d3cd85d8
3ab85d47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
common/lib/xmodule/xmodule/css/capa/display.scss
+10
-0
lms/static/sass/course/courseware/_courseware.scss
+1
-4
No files found.
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
efd8a77b
...
...
@@ -41,6 +41,16 @@ section.problem {
}
}
ol
.enumerate
{
li
{
&
:before
{
content
:
" "
;
display
:
block
;
height
:
0
;
visibility
:
hidden
;
}
}
}
div
{
p
{
...
...
lms/static/sass/course/courseware/_courseware.scss
View file @
efd8a77b
...
...
@@ -6,10 +6,6 @@ html {
div
.course-wrapper
{
@extend
.table-wrapper
;
ul
,
ol
{
list-style
:
none
;
}
section
.course-content
{
@extend
.content
;
padding
:
40px
;
...
...
@@ -47,6 +43,7 @@ div.course-wrapper {
padding
:
0
;
margin
:
0
;
line-height
:
1
.4
;
list-style
:
none
;
>
li
{
@extend
.clearfix
;
...
...
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