From 176735544b6cbede105d19d9d74683fd967428af Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 12 Jun 2014 12:12:12 +1000 Subject: [PATCH] Changing class name to remove ofn- from naming convention which call the icon font styling --- app/assets/stylesheets/darkswarm/typography.css.sass | 2 +- app/views/home/_fat.html.haml | 2 +- app/views/shared/_footer.html.haml | 2 +- app/views/shopping_shared/_groups.html.haml | 2 +- app/views/shopping_shared/_producers.html.haml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/typography.css.sass b/app/assets/stylesheets/darkswarm/typography.css.sass index cedd6a1130..9e30564f24 100644 --- a/app/assets/stylesheets/darkswarm/typography.css.sass +++ b/app/assets/stylesheets/darkswarm/typography.css.sass @@ -36,7 +36,7 @@ h1, h2, h3, h4, h5, h6, .avenir @include avenir padding: 0px -ul.ofn-list +ul.bullet-list margin: 0 li list-style: none diff --git a/app/views/home/_fat.html.haml b/app/views/home/_fat.html.haml index 30a9dd719a..186361104b 100644 --- a/app/views/home/_fat.html.haml +++ b/app/views/home/_fat.html.haml @@ -21,7 +21,7 @@ %h5 %i.ofn-i_036-producers Our producers - %ul.ofn-list + %ul.bullet-list %li{"ng-repeat" => "producer in hub.producers"} = render partial: "modals/producer" diff --git a/app/views/shared/_footer.html.haml b/app/views/shared/_footer.html.haml index bdd51259c4..afe27bc02f 100644 --- a/app/views/shared/_footer.html.haml +++ b/app/views/shared/_footer.html.haml @@ -19,7 +19,7 @@ LinkedIn .small-12.medium-4.columns.text-left %h4 Getting around - %ul.ofn-list + %ul.bullet-list %li %a{href: "/shop"} Shop %li diff --git a/app/views/shopping_shared/_groups.html.haml b/app/views/shopping_shared/_groups.html.haml index 194434dcb6..5fd1a1f9b3 100644 --- a/app/views/shopping_shared/_groups.html.haml +++ b/app/views/shopping_shared/_groups.html.haml @@ -4,7 +4,7 @@ %h5 =current_distributor.name belongs to: - %ul.ofn-list + %ul.bullet-list - for group in current_distributor.groups %li %a{href: main_app.groups_path(anchor: "#/#group#{group.id}")}= group.name diff --git a/app/views/shopping_shared/_producers.html.haml b/app/views/shopping_shared/_producers.html.haml index 2173b3b53f..5244032214 100644 --- a/app/views/shopping_shared/_producers.html.haml +++ b/app/views/shopping_shared/_producers.html.haml @@ -3,6 +3,6 @@ .small-12.columns %h5 = "#{current_distributor.name}'s producers:" - %ul.ofn-list + %ul.bullet-list %li{"ng-repeat" => "producer in CurrentHub.producers"} = render partial: "modals/producer"