Skip to content

Commit

Permalink
change 72px to 96px
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Nov 7, 2013
1 parent 53235d6 commit fdef4e5
Show file tree
Hide file tree
Showing 3 changed files with 894 additions and 1,782 deletions.
6 changes: 2 additions & 4 deletions builder/cheatsheet/icon-row.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
<i class="icon {{prefix}}{{name}}"></i>
</span><span class="step size-64">
<i class="icon {{prefix}}{{name}}"></i>
</span><span class="step size-72">
</span><span class="step size-96">
<i class="icon {{prefix}}{{name}}"></i>
</span>
</div>
<div class="preview-scale">
<span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">32</span><span class="step">48</span><span class="step">64</span><span class="step">72</span>
</div>
<div class="preview-scale"><span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">32</span><span class="step">48</span><span class="step">64</span><span class="step">96</span></div>
<div class="usage">
<label>Classname:</label>
<input class="name" type="text" readonly="readonly" onClick="this.select();" value="{{prefix}}{{name}}" />
Expand Down
6 changes: 3 additions & 3 deletions builder/cheatsheet/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
.size-32 { font-size: 32px; }
.size-48 { font-size: 48px; }
.size-64 { font-size: 64px; }
.size-72 { font-size: 72px; }
.size-96 { font-size: 96px; }

.usage { margin-top: 10px; }
.usage input {
Expand Down Expand Up @@ -139,8 +139,8 @@
<link href="css/ionicons.css" rel="stylesheet" type="text/css" />
</head>

<body class="characters-off">
<div id="page" class="container">
<body>
<div class="container">
<header>
<h1>{{font_name}} v{{font_version}} Cheatsheet, {{icon_count}} icons:</h1>
<p><a href="http://ionicons.com/">Ionicons Homepage</a></p>
Expand Down
Loading

0 comments on commit fdef4e5

Please sign in to comment.