Sha256: a6a94589880286e6d8f2ed5976181fe0fd484cbf3e8b2750d325cca9ba049834

Contents?: true

Size: 634 Bytes

Versions: 6

Compression:

Stored size: 634 Bytes

Contents

/* 
 * Font Custom: Bootstrap CSS for IE7
 */

[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;
}
<% @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) %>;&nbsp;'); }<% end %>

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
fontcustom-1.0.1 lib/fontcustom/templates/_fontcustom-bootstrap-ie7.scss
fontcustom-1.0.1 lib/fontcustom/templates/fontcustom-bootstrap-ie7.css
fontcustom-1.0.0 lib/fontcustom/templates/_fontcustom-bootstrap-ie7.scss
fontcustom-1.0.0 lib/fontcustom/templates/fontcustom-bootstrap-ie7.css
fontcustom-1.0.0.pre2 lib/fontcustom/templates/_fontcustom-bootstrap-ie7.scss
fontcustom-1.0.0.pre2 lib/fontcustom/templates/fontcustom-bootstrap-ie7.css