Changing class name to remove ofn- from naming convention which call the icon font styling

This commit is contained in:
summerscope
2014-06-12 12:12:12 +10:00
parent 349ba112d0
commit 176735544b
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

@@ -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

View File

@@ -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"