lib/fontcustom/templates/fontcustom-bootstrap-ie7.css in fontcustom-1.1.0.pre vs lib/fontcustom/templates/fontcustom-bootstrap-ie7.css in fontcustom-1.1.0.pre2
- old
+ new
@@ -1,22 +1,22 @@
/*
- Icon Font: <%= @opts[:font_name] %>
+ Icon Font: <%= @opts.font_name %>
Bootstrap IE7 Enabler
*/
-[class^="<%= @opts[:css_prefix] %>"],
-[class*=" <%= @opts[:css_prefix] %>"] {
- font-family: "<%= @opts[:font_name] %>";
+[class^="<%= @opts.css_prefix %>"],
+[class*=" <%= @opts.css_prefix %>"] {
+ font-family: "<%= @opts.font_name %>";
font-style: normal;
font-weight: normal;
}
-.btn.dropdown-toggle [class^="<%= @opts[:css_prefix] %>"],
-.btn.dropdown-toggle [class*=" <%= @opts[:css_prefix] %>"] {
+.btn.dropdown-toggle [class^="<%= @opts.css_prefix %>"],
+.btn.dropdown-toggle [class*=" <%= @opts.css_prefix %>"] {
line-height: 1.4em;
}
-.<%= @opts[:css_prefix] %>large {
+.<%= @opts.css_prefix %>large {
font-size: 1.3333em;
}
-<% @data[:glyphs].each_with_index do |name, index| %>
-.<%= @opts[:css_prefix] + name %> { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x<%= (61696+index).to_s(16) %>; '); }<% end %>
+<% @glyphs.each_with_index do |name, index| %>
+.<%= @opts.css_prefix + name %> { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x<%= (61696+index).to_s(16) %>; '); }<% end %>