Skip to content

Commit

Permalink
tweak the icon for developer APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael J. Radwin authored and Michael J. Radwin committed Jul 10, 2015
1 parent a96127e commit 4e8682f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion hebcal.com/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ function format_greg_date_for_erev($hmonth, $hday, $hyear) {
.glyphicons.glyphicons-settings:before {
content: "\E281";
}
.glyphicons.glyphicons-embed-close:before {
content: "\E119";
}
.glyphicons.glyphicons-git-branch:before {
content: "\E423";
}
.h1, .h2, .h3, h1, h2, h3 {
font-family: 'Merriweather', serif;
font-weight: 400;
Expand Down Expand Up @@ -405,7 +411,7 @@ function holiday_greeting($blurb, $long_text) { ?>
<div class="row" style="margin-top:40px">
<div class="col-sm-3">
<span class="icon-block">
<span class="glyphicon glyphicon-wrench" style="font-size:54px"></span>
<span class="glyphicons glyphicons-embed-close" style="font-size:54px"></span>
</span>
</div><!-- .col-sm-3 -->
<div class="col-sm-9">
Expand Down

0 comments on commit 4e8682f

Please sign in to comment.