Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit f0f2844

Browse files
committed
feat(v2): Remove Github icon
1 parent 525d85b commit f0f2844

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

demo/calendarDemo.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ body {
55
section {
66
padding-top: 40px;
77
}
8-
.icon-github {
9-
background: no-repeat url('../lib/bootstrap/docs/assets/img/github-16px.png');
10-
width: 16px;
11-
height: 16px;
12-
}
138
.hero-unit {
149
position: relative;
1510
padding: 40px 0;

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<h1>UI Calendar</h1>
4848
<p>A complete AngularJS directive for the <a href="http://arshaw.com/fullcalendar/">Arshaw FullCalendar</a>.</p>
4949
<p class="btn-group">
50-
<a href="https://github.com/angular-ui/ui-calendar" class='btn'><i class='icon-github'></i> Code on Github</a>
50+
<a href="https://github.com/angular-ui/ui-calendar" class='btn'>Code on Github</a>
5151
<a href="https://github.com/angular-ui/ui-calendar/archive/master.zip" class='btn btn-primary'><i class="icon-download-alt icon-white"></i> Download <small>(0.1.3)</small></a>
5252
</p>
5353
</div>

0 commit comments

Comments
 (0)