From 44ca1b7de2061bb4a4b721214b31c533dd257d39 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 6 Feb 2012 20:08:03 -0500 Subject: [PATCH] Reforamted html for handouts and gave some style --- sass/_info.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sass/_info.scss b/sass/_info.scss index 4f7a0b8d1a..635371b4c8 100644 --- a/sass/_info.scss +++ b/sass/_info.scss @@ -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);