From 51bc2b3fae4cd6af2b97983f29d27eaca5ff4212 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Fri, 24 Oct 2014 19:47:16 -0700 Subject: [PATCH] Changed dashboard breadcrumb separator to angle icon --- sass/_project-sass/_project-Main.scss | 9 ++++++++- views/dashboard.erb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 21b99294..368a72e5 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -160,6 +160,13 @@ float: left; font-weight:bold; margin-top: 4px; + a { + color: white; + } + .fa-angle-right { + font-size: 1.3em; + margin: 0 .2em 0 .2em; + } } .files .actions { float: right; @@ -292,7 +299,7 @@ display: block; padding-top: 35px; font-size: 14px; - color: #bbb; + color: #C0C0C0; font-weight: bold; margin-left: auto; margin-right: auto; diff --git a/views/dashboard.erb b/views/dashboard.erb index e38abc05..22692608 100644 --- a/views/dashboard.erb +++ b/views/dashboard.erb @@ -92,7 +92,7 @@ <% dir_array = @dir.split '/' %> <% dir_array.each_with_index do |dir,i| %> <% if i+1 < dir_array.length %> - <%= dir %> / + <%= dir %> <% else %> <%= dir %> <% end %>