Sha256: 5c8102f0890d5080d7d865d0ecc905f6d441809e2b40602267f5052eb931df88
Contents?: true
Size: 563 Bytes
Versions: 1
Compression:
Stored size: 563 Bytes
Contents
[class^="<%= @prefix %>-"], [class*=" <%= @prefix %>-"] { font-family: "<%= @name %>"; font-style: normal; font-weight: normal; } .btn.dropdown-toggle [class^="<%= @prefix %>-"], .btn.dropdown-toggle [class*=" <%= @prefix %>-"] { /* keeps button heights with and without icons the same */ line-height: 1.4em; } .icon-large { font-size: 1.3333em; } <% @classes.each_with_index do |name, index| %> .<%= @prefix %>-<%= name %> { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x<%= (61696+index).to_s(16) %>; ');} <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fontrobot-0.1.8 | lib/fontrobot/templates/fontrobot-ie7.css |