Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EBI-Icon-fonts
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ebiwd
EBI-Icon-fonts
Commits
739898d9
Commit
739898d9
authored
7 years ago
by
khawkins98
Browse files
Options
Downloads
Patches
Plain Diff
Tighten up columns
parent
34622697
No related branches found
Branches containing commit
Tags
1.3.0-alpha.1
Tags containing commit
No related merge requests found
Pipeline
#4323
passed with stages
Stage:
Stage:
in 2 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/partial.html
+2
-2
2 additions, 2 deletions
templates/partial.html
templates/template-webfont.html
+1
-3
1 addition, 3 deletions
templates/template-webfont.html
with
3 additions
and
5 deletions
templates/partial.html
+
2
−
2
View file @
739898d9
<!-- 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"
...
...
This diff is collapsed.
Click to expand it.
templates/template-webfont.html
+
1
−
3
View file @
739898d9
...
...
@@ -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>
<
i class="icon
<
%=
baseClass
%
>
" data-icon="
<
%=
charcode
%
>
"
><
/i
>
</td>
<td>
data-icon="
<
%
-
charcode
%
>
"
</td>
<td>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment