Commit 44ca1b7d by Kyle Fiedler

Reforamted html for handouts and gave some style

parent 7d38bc08
......@@ -19,14 +19,18 @@ div.info-wrapper {
list-style: none;
li {
h2 {
padding: 7px lh();
}
a {
@include box-shadow(0 1px 0 #eee);
@include transition();
border-bottom: 1px solid #d3d3d3;
color: lighten($text-color, 10%);
display: block;
text-decoration: none;
@include box-shadow(0 1px 0 #eee);
padding: 7px lh();
border-bottom: 1px solid #d3d3d3;
text-decoration: none;
&:hover {
@include box-shadow(0 1px 0 #fff);
......
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