Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit dea67b0

Browse files
bekospkozlowski-opensource
authored andcommitted
chore(demo): fix fork button width
Closes #1805
1 parent 9a2638b commit dea67b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

misc/demo/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ <h1>
7171

7272
<p>
7373
<a class="btn btn-outline-inverse btn-lg" href="https://github.com/angular-ui/bootstrap"><i class="icon-github"></i>Code on Github</a>
74-
<a class="btn btn-outline-inverse btn-lg" ng-click="showDownloadModal()">
74+
<button type="button" class="btn btn-outline-inverse btn-lg" ng-click="showDownloadModal()">
7575
<i class="glyphicon glyphicon-download-alt"></i> Download <small>(<%= pkg.version%>)</small>
76-
</a>
77-
<a class="btn btn-outline-inverse btn-lg" ng-click="showBuildModal()"><i class="glyphicon glyphicon-wrench"></i> Create a Build</a>
76+
</button>
77+
<button type="button" class="btn btn-outline-inverse btn-lg" ng-click="showBuildModal()"><i class="glyphicon glyphicon-wrench"></i> Create a Build</button>
7878
</p>
7979
</div>
8080
<div class="bs-social container">
@@ -85,7 +85,7 @@ <h1>
8585
</li>
8686
<li>
8787
<iframe src="http://ghbtns.com/github-btn.html?user=angular-ui&repo=bootstrap&type=fork&count=true"
88-
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
88+
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
8989
</li>
9090
<li>
9191
<a href="https://twitter.com/share" class="twitter-share-button"

0 commit comments

Comments
 (0)