From 8db1dac1923133d7a4ff6cf8d2a58a6a43d1169e Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Sun, 23 Nov 2014 14:29:21 +0100 Subject: [PATCH] Move links above stats The first, easy step of #35. --- app/styles/crate.scss | 6 +- app/templates/crate/index.hbs | 142 +++++++++++++++++----------------- 2 files changed, 75 insertions(+), 73 deletions(-) diff --git a/app/styles/crate.scss b/app/styles/crate.scss index 406acf76ddc..b1b9f001e57 100644 --- a/app/styles/crate.scss +++ b/app/styles/crate.scss @@ -260,9 +260,8 @@ .graph { @include flex-grow(10); width: 100%; - padding-bottom: 30px; margin: 30px 0; - border-bottom: 5px solid $gray-border; + padding-bottom: 20px; h4 { color: $main-color-light; } } @@ -274,6 +273,9 @@ #crate-links { @include display-flex; + padding-bottom: 20px; + border-bottom: 5px solid $gray-border; + margin-bottom: 30px; h3 { margin-bottom: 5px; } .section { diff --git a/app/templates/crate/index.hbs b/app/templates/crate/index.hbs index 890bc814046..e716c734eff 100644 --- a/app/templates/crate/index.hbs +++ b/app/templates/crate/index.hbs @@ -106,6 +106,77 @@ + +

Stats Overview

@@ -160,74 +231,3 @@
{{/if}} - -