From c5408f37da9e12154eb8ffa49a998126059aff39 Mon Sep 17 00:00:00 2001
From: Owen Versteeg <owen.versteeg@live.com>
Date: Thu, 13 Jun 2013 19:42:19 -0400
Subject: [PATCH] Fix links so they aren't cut off (in SCSS)

---
 css/theme/source/sky.scss | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/css/theme/source/sky.scss b/css/theme/source/sky.scss
index f3d7570..72a3a90 100644
--- a/css/theme/source/sky.scss
+++ b/css/theme/source/sky.scss
@@ -29,6 +29,11 @@ $linkColor: #3b759e;
 $linkColorHover: lighten( $linkColor, 20% );
 $selectionBackgroundColor: #134674;
 
+// Fix links so they are not cut off
+.reveal a:not(.image) {
+	line-height: 1.3em;
+}
+
 // Background generator
 @mixin bodyBackground() {
 	@include radial-gradient( #add9e4, #f7fbfc );
@@ -38,4 +43,4 @@ $selectionBackgroundColor: #134674;
 
 // Theme template ------------------------------
 @import "../template/theme";
-// ---------------------------------------------
\ No newline at end of file
+// ---------------------------------------------
-- 
GitLab