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
cfa2ba95
Commit
cfa2ba95
authored
Aug 21, 2012
by
kimth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #485 from MITx/feature/kfiedler/courseware-style
Fix for CSM Sass and fix headers in tutorials
parents
8be7d90c
3273de93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
cms/static/sass/_base.scss
+4
-0
lms/static/sass/course/courseware/_courseware.scss
+4
-2
No files found.
cms/static/sass/_base.scss
View file @
cfa2ba95
...
...
@@ -14,6 +14,10 @@ $yellow: #fff8af;
$cream
:
#F6EFD4
;
$border-color
:
#ddd
;
// edX colors
$blue
:
rgb
(
29
,
157
,
217
);
$pink
:
rgb
(
182
,
37
,
104
);
@mixin
hide-text
{
background-color
:
transparent
;
border
:
0
;
...
...
lms/static/sass/course/courseware/_courseware.scss
View file @
cfa2ba95
...
...
@@ -58,18 +58,20 @@ div.course-wrapper {
@extend
h1
.top-header
;
@include
border-radius
(
0
4px
0
0
);
margin-bottom
:
-16px
;
border-bottom
:
0
;
h1
{
margin
:
0
;
font-size
:
1em
;
}
h2
{
float
:
right
;
margin-right
:
0
;
margin-top
:
8px
;
margin
:
12px
0
0
;
text-align
:
right
;
padding-right
:
0
;
border-right
:
0
;
font-size
:
em
(
14
,
24
);
}
}
...
...
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