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
6b13bd52
Commit
6b13bd52
authored
Jul 23, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #276 from MITx/kf-multicourse-design
Kf multicourse design
parents
8613555c
b4d08f82
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
lms/static/sass/multicourse/_course_about.scss
+0
-5
lms/static/sass/multicourse/_home.scss
+10
-0
lms/templates/index.html
+2
-1
No files found.
lms/static/sass/multicourse/_course_about.scss
View file @
6b13bd52
...
@@ -405,11 +405,6 @@
...
@@ -405,11 +405,6 @@
p
{
p
{
margin-right
:
10px
;
margin-right
:
10px
;
}
}
span
{
float
:
none
;
font-weight
:
normal
;
}
}
}
&
:hover
{
&
:hover
{
...
...
lms/static/sass/multicourse/_home.scss
View file @
6b13bd52
...
@@ -425,6 +425,16 @@
...
@@ -425,6 +425,16 @@
font-family
:
$serif
;
font-family
:
$serif
;
font-style
:
italic
;
font-style
:
italic
;
margin-left
:
10px
;
margin-left
:
10px
;
&
.read-more
{
float
:
right
;
color
:
lighten
(
$base-font-color
,
50%
);
&
:hover
{
color
:
$blue
;
text-decoration
:
underline
;
}
}
}
}
}
}
}
}
...
...
lms/templates/index.html
View file @
6b13bd52
...
@@ -100,7 +100,6 @@
...
@@ -100,7 +100,6 @@
<section
class=
"more-info"
>
<section
class=
"more-info"
>
<header>
<header>
<h2><span
class=
"edx"
>
edX
</span>
News
&
Announcements
</h2>
<h2><span
class=
"edx"
>
edX
</span>
News
&
Announcements
</h2>
<a
href=
"${reverse('press')}"
>
Read More
→
</a>
</header>
</header>
<section
class=
"news"
>
<section
class=
"news"
>
<section
class=
"blog-posts"
>
<section
class=
"blog-posts"
>
...
@@ -128,6 +127,8 @@
...
@@ -128,6 +127,8 @@
<a
target=
"_blank"
href=
"http://gigaom.com/cloud/everybody-codes/"
>
GigaOM
</a>
,
<a
target=
"_blank"
href=
"http://gigaom.com/cloud/everybody-codes/"
>
GigaOM
</a>
,
<a
target=
"_blank"
href=
"http://web.mit.edu/newsoffice/2012/mitx-edx-first-course-recap-0716.html"
>
MIT News
</a>
,
<a
target=
"_blank"
href=
"http://web.mit.edu/newsoffice/2012/mitx-edx-first-course-recap-0716.html"
>
MIT News
</a>
,
<a
target=
"_blank"
href=
"http://spectrum.ieee.org/at-work/education/review-mitxs-online-circuit-design-and-analysis-course"
>
IEEE Spectrum
</a>
<a
target=
"_blank"
href=
"http://spectrum.ieee.org/at-work/education/review-mitxs-online-circuit-design-and-analysis-course"
>
IEEE Spectrum
</a>
<a
href=
"${reverse('press')}"
class=
"read-more"
>
Read More
→
</a>
</section>
</section>
</section>
</section>
</section>
</section>
...
...
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