Skip to content
Snippets Groups Projects
Commit 739898d9 authored by khawkins98's avatar khawkins98
Browse files

Tighten up columns

parent 34622697
No related branches found
Tags 1.3.0-alpha.1
No related merge requests found
Pipeline #4323 passed with stages
in 2 minutes and 47 seconds
<!-- Generate a partial to be consumed by EBI Style Lab -->
<h3 class="padding-top-xlarge">The gallery</h3>
<div class="row" id="thegallery">
<div class="columns medium-3" data-sticky-container>
<div class="columns medium-2" data-sticky-container>
<div class="sticky" data-sticky data-sticky-on="medium" data-top-anchor="thegallery" data-btm-anchor="thegallery:bottom" data-margin-top="3">
<ul class="menu vertical" data-magellan>
<div class="input-group">
......@@ -19,7 +19,7 @@
</div>
</div>
<div id="icon-font-rows" class="columns medium-9">
<div id="icon-font-rows" class="columns medium-10">
include "EBI-Generic.html"
include "EBI-Chemistry.html"
include "EBI-Conceptual.html"
......
......@@ -3,7 +3,6 @@
<thead>
<tr>
<th class="small-5" id="<%= fontFamilyName %>" data-magellan-target="<%= fontFamilyName %>"><%= fontFamilyName %> <% if (version) { %><small>version <%= version %></small><% } %></th>
<th class="small-1"></th>
<th class="small-6 kbd small">HTML</th>
<th class="show-for-large kbd small">Unicode</th>
<th class="show-for-large kbd small">Class</th>
......@@ -22,8 +21,7 @@
});
%>
<% var glyphPretty = _(glyph).pretify(); %>
<td><%= glyphPretty %></td>
<td><span class="<%= baseClass %>" data-icon="<%= charcode %>"> </span></td>
<td><span class="<%= baseClass %>" data-icon="<%= charcode %>"> </span> <%= glyphPretty %></td>
<td>&lt;i class="icon <%= baseClass %>" data-icon="<%= charcode %>"&gt;&lt;/i&gt;</td>
<td>data-icon="<%- charcode %>"</td>
<td>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment