Commit 074f866b by Brian Talbot

resolving some light footer display issues

parent b2839514
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
// colophon // colophon
.colophon { .colophon {
margin-right: flex-gutter(2); margin-right: flex-gutter(2);
width: flex-grid(6); width: flex-grid(6,12);
float: left; float: left;
.nav-colophon { .nav-colophon {
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
// references // references
.references { .references {
margin: -10px 0 0 0; margin: -10px 0 0 0;
width: flex-grid(4); width: flex-grid(4,12);
float: right; float: right;
.nav-social { .nav-social {
......
...@@ -33,11 +33,9 @@ ...@@ -33,11 +33,9 @@
<div class="colophon-about"> <div class="colophon-about">
<img src="${MITX_ROOT_URL}/static/images/header-logo.png" /> <img src="${MITX_ROOT_URL}/static/images/header-logo.png" />
<section class="bottom"> <p>EdX is a non-profit created by founding partners Harvard and MIT whose mission is to bring the best of higher education to students of all ages anywhere in the world, wherever there is Internet access. EdX’s free online MOOCs are interactive and subjects include computer science, public health, and artificial intelligence.</p>
<section class="copyright"> </div>
## <p>&copy; 2012 edX, <a href="${reverse('copyright')}">some rights reserved.</a></p> # TODO: (bridger) Update the copyright for edX, then re-enable the link. </div>
<p>&copy; 2012 edX, some rights reserved.</p>
</section>
<div class="references"> <div class="references">
<nav class="nav-social"> <nav class="nav-social">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment