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
e10e87e6
Commit
e10e87e6
authored
Jan 03, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
media kit - revised link styling on homepage
parent
bd0a2f66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
lms/static/sass/multicourse/_home.scss
+16
-4
lms/templates/index.html
+1
-1
No files found.
lms/static/sass/multicourse/_home.scss
View file @
e10e87e6
...
...
@@ -336,6 +336,7 @@
border-bottom
:
1px
solid
rgb
(
200
,
200
,
200
);
@include
clearfix
;
padding
:
10px
20px
8px
;
position
:
relative
;
h2
{
float
:
left
;
...
...
@@ -343,12 +344,23 @@
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.6
);
}
a
{
.action.action-mediakit
{
float
:
right
;
font-size
:
1
.1em
;
font-family
:
$serif
;
padding-top
:
3px
;
position
:
relative
;
top
:
5px
;
font-family
:
$sans-serif
;
font-size
:
14px
;
text-transform
:
uppercase
;
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.6
);
&
:after
{
position
:
relative
;
top
:
-1px
;
display
:
inline-block
;
margin
:
0
0
0
5px
;
content
:
"➤"
;
font-size
:
11px
;
}
}
}
...
...
lms/templates/index.html
View file @
e10e87e6
...
...
@@ -121,7 +121,7 @@
<section
class=
"more-info"
>
<header>
<h2><span
class=
"edx"
>
edX
</span>
News
&
Announcements
</h2>
<a
href=
"${reverse('media-kit')}"
>
edX Media Kit ►
</a>
<a
class=
"action action-mediakit"
href=
"${reverse('media-kit')}"
>
edX Media Kit
</a>
</header>
<section
class=
"news"
>
<section
class=
"blog-posts"
>
...
...
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