From 31ba8d801788f9fc44a562391a76897405cd9ce1 Mon Sep 17 00:00:00 2001 From: Senyoret1 <34079003+Senyoret1@users.noreply.github.com> Date: Tue, 7 Aug 2018 11:47:45 -0400 Subject: [PATCH] Fix style problems --- src/app/components/pages/richlist/richlist.component.scss | 5 +++++ src/styles.scss | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/components/pages/richlist/richlist.component.scss b/src/app/components/pages/richlist/richlist.component.scss index e69de29b..fd320fb1 100644 --- a/src/app/components/pages/richlist/richlist.component.scss +++ b/src/app/components/pages/richlist/richlist.component.scss @@ -0,0 +1,5 @@ +.table { + a { + text-decoration: none; + } +} \ No newline at end of file diff --git a/src/styles.scss b/src/styles.scss index 6ae9e0f0..6e0fedb7 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -44,7 +44,7 @@ h2 { padding-top: 0; } - > span:first-child { + > span:first-of-type { display: block; float: left; color: $gray;