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
565bf5a6
Commit
565bf5a6
authored
Feb 27, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added styles for minor fixes including course updates fix
parent
84640da4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
css/application.css
+0
-0
css/marketing.css
+4
-1
No files found.
css/application.css
View file @
565bf5a6
This diff is collapsed.
Click to expand it.
css/marketing.css
View file @
565bf5a6
...
@@ -5,7 +5,7 @@ Last Updated: 2010-09-17
...
@@ -5,7 +5,7 @@ Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
Twitter: @rich_clark
*/
*/
html
,
body
,
div
,
span
,
object
,
iframe
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
abbr
,
address
,
cite
,
code
,
del
,
dfn
,
em
,
img
,
ins
,
kbd
,
q
,
samp
,
small
,
strong
,
sub
,
sup
,
var
,
b
,
i
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
,
article
,
aside
,
canvas
,
details
,
figcaption
,
figure
,
footer
,
header
,
hgroup
,
menu
,
nav
,
section
,
summary
,
time
,
mark
,
audio
,
video
{
html
,
body
,
div
,
span
,
object
,
iframe
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
abbr
,
address
,
cite
,
code
,
del
,
dfn
,
em
,
img
,
ins
,
kbd
,
q
,
samp
,
small
,
strong
,
var
,
b
,
i
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
,
article
,
aside
,
canvas
,
details
,
figcaption
,
figure
,
footer
,
header
,
hgroup
,
menu
,
nav
,
section
,
summary
,
time
,
mark
,
audio
,
video
{
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
border
:
0
;
border
:
0
;
...
@@ -471,6 +471,9 @@ footer div.footer-wrapper ul.social {
...
@@ -471,6 +471,9 @@ footer div.footer-wrapper ul.social {
margin-right
:
60px
;
margin-right
:
60px
;
position
:
relative
;
position
:
relative
;
top
:
-5px
;
}
top
:
-5px
;
}
@media
screen
and
(
max-width
:
780px
)
{
footer
div
.footer-wrapper
ul
.social
{
float
:
none
;
}
}
footer
div
.footer-wrapper
ul
.social
li
{
footer
div
.footer-wrapper
ul
.social
li
{
float
:
left
;
float
:
left
;
margin-right
:
12.944px
;
}
margin-right
:
12.944px
;
}
...
...
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