Commit 3fca8a9d by Galen Frechette

cleans up rss feed on home page, still wip

parent 296ae34e
...@@ -419,24 +419,30 @@ ...@@ -419,24 +419,30 @@
.more-info { .more-info {
//background: rgb(245,245,245); //background: rgb(245,245,245);
//border-top: 1px solid rgb(200,200,200); border: 1px solid rgb(200,200,200);
padding: 40px 0px 80px; margin-bottom: 80px;
//padding: 0px 0px 80px;
width: flex-grid(12); width: flex-grid(12);
header { header {
border-bottom: 1px solid rgb(220,220,220); @include background-image(linear-gradient(-90deg, rgb(250,250,250), rgb(230,230,230)));
border-bottom: 1px solid rgb(200,200,200);
@include clearfix; @include clearfix;
margin-bottom: 30px; //margin-bottom: 30px;
padding: 10px 20px 8px;
h2 { h2 {
float: left; float: left;
margin: 0px;
text-shadow: 0 1px rgba(255,255,255, 0.6);
} }
a { a {
color: $lighter-base-font-color; color: $lighter-base-font-color;
float: right; float: right;
font: italic 1.2rem/1.6rem $serif; font: italic 1.2rem/1.6rem $serif;
padding-top: 5px; padding-top: 3px;
text-shadow: 0 1px rgba(255,255,255, 0.6);
&:hover { &:hover {
color: $base-font-color; color: $base-font-color;
...@@ -447,7 +453,7 @@ ...@@ -447,7 +453,7 @@
.news { .news {
//border: 1px solid rgb(200,200,200); //border: 1px solid rgb(200,200,200);
@include box-sizing(border-box); @include box-sizing(border-box);
//padding: 20px; padding: 20px;
width: flex-grid(12); width: flex-grid(12);
.blog-posts { .blog-posts {
...@@ -458,15 +464,23 @@ ...@@ -458,15 +464,23 @@
> article { > article {
//background: rgb(250,250,250); //background: rgb(250,250,250);
border-left: 1px dotted rgb(220,220,220); border: 1px dotted transparent;
border-color: rgb(220,220,220);
@include box-sizing(border-box); @include box-sizing(border-box);
//@include box-shadow(0 1px 10px 0 rgba(0,0,0, 0.1)); //@include box-shadow(0 1px 10px 0 rgba(0,0,0, 0.1));
@include clearfix; @include clearfix;
float: left; float: left;
margin-right: flex-gutter(); margin-right: flex-gutter();
padding: 10px 0px 10px 20px; padding: 10px;
@include transition(all, 0.15s, linear);
width: flex-grid(4); width: flex-grid(4);
&:hover {
background: rgb(253,253,253);
border: 1px solid rgb(220,220,220);
@include box-shadow(inset 0 0 3px 0 rgba(0,0,0, 0.1));
}
&:last-child { &:last-child {
margin-right: 0px; margin-right: 0px;
} }
...@@ -517,20 +531,4 @@ ...@@ -517,20 +531,4 @@
} }
} }
} }
.social-media {
background: rgb(245,245,245);
border: 1px solid rgb(220,220,220);
@include border-radius(4px);
@include box-shadow(inset 0 1px 2px 0 rgba(0,0,0, 0.1));
height: 200px;
width: flex-grid(12);
h2 {
color: $lighter-base-font-color;
font: normal 1.6rem/2rem $sans-serif;
padding-top: 80px;
text-align: center;
}
}
} }
...@@ -78,8 +78,8 @@ ...@@ -78,8 +78,8 @@
</section> </section>
</section> </section>
<section class="more-info"> <section class="container">
<section class="container"> <section class="more-info">
<header> <header>
<h2>edX News & Announcements</h2> <h2>edX News & Announcements</h2>
<a href="/t/press.html">Read More &rarr;</a> <a href="/t/press.html">Read More &rarr;</a>
......
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