Sha256: 84e1401eb076dd9e9c479e7a8ef87929a3a76289eda75c662677f74ee2a826ba
Contents?: true
Size: 633 Bytes
Versions: 3
Compression:
Stored size: 633 Bytes
Contents
/* Icon Font: <%= @opts.font_name %> Bootstrap IE7 Enabler */ [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 %>"] { line-height: 1.4em; } .<%= @opts.css_prefix %>large { font-size: 1.3333em; } <% @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 %>
Version data entries
3 entries across 3 versions & 1 rubygems