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
14ca42a5
Commit
14ca42a5
authored
Feb 01, 2013
by
Christina Roberts
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1405 from MITx/style/btalbot/lms-courseinfolists
temporary style sync up for course info lists
parents
dce65f2a
61de4c02
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
0 deletions
+39
-0
cms/static/sass/_course-info.scss
+34
-0
lms/static/sass/course/_info.scss
+5
-0
No files found.
cms/static/sass/_course-info.scss
View file @
14ca42a5
...
...
@@ -88,6 +88,40 @@
background
:
#f6f6f6
;
padding
:
20px
;
}
ol
,
ul
{
margin
:
1em
0
;
padding
:
0
0
0
1em
;
color
:
$baseFontColor
;
li
{
margin-bottom
:
0
.708em
;
}
}
ol
{
list-style
:
decimal
outside
none
;
}
ul
{
list-style
:
disc
outside
none
;
}
pre
{
margin
:
1em
0
;
color
:
$baseFontColor
;
font-family
:
monospace
,
serif
;
font-size
:
1em
;
white-space
:
pre-wrap
;
word-wrap
:
break-word
;
}
code
{
color
:
$baseFontColor
;
font-family
:
monospace
,
serif
;
background
:
none
;
padding
:
0
;
}
}
.new-update-button
{
...
...
lms/static/sass/course/_info.scss
View file @
14ca42a5
...
...
@@ -65,6 +65,11 @@ div.info-wrapper {
list-style-type
:
disc
;
}
>
ol
{
list-style
:
decimal
outside
none
;
padding
:
0
0
0
1em
;
}
li
{
margin-bottom
:
lh
(
.5
);
}
...
...
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