From 4e5b4285e3f4090309ba49158db2c0f1b9246f3b Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 21 Apr 2014 09:57:37 -0700 Subject: [PATCH] Fixed margins on lists. Fixed line-height on buttons. --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 46b5275..97e41aa 100644 --- a/style.css +++ b/style.css @@ -210,6 +210,8 @@ ul { .site-inner ul { margin-left: 40px; margin-left: 4rem; + margin-bottom: 26px; + margin-bottom: 2.6rem; } .content ul li { @@ -591,16 +593,18 @@ body .green:hover { border-color: #333; } -body .arrow-right:after { +.arrow-right:after { display: inline-block; content: "\00a0\00a0\f0a9"; font-family: FontAwesome; + line-height: 1; } .arrow-left:before { display: inline-block; content: "\f0a8\00a0\00a0"; font-family: FontAwesome; + line-height: 1; } /* Tables