From 60317f7d20c0f921f42d976f1d0f7e641ec7a71a Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 29 Oct 2014 09:28:47 +0100 Subject: [PATCH] fix #1472 --- app/styles/layout/base.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/styles/layout/base.scss b/app/styles/layout/base.scss index 2377a961..1546428f 100644 --- a/app/styles/layout/base.scss +++ b/app/styles/layout/base.scss @@ -149,9 +149,6 @@ body { color: $white; float: right; margin-left: 10px; - &:first-child { - margin-left: 0; - } &:hover { color: $white; }