Merge pull request from Mottie/master

Add "btn" class to match new GitHub styling
This commit is contained in:
Buu Nguyen 2015-03-20 10:47:21 -07:00
commit fa9530b745
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<input name="token" type="text" placeholder="Paste access token here" autocomplete="off">
</div>
<div>
<button type="submit" class="button">Save</button>
<button type="submit" class="button btn">Save</button>
<a href="https://github.com/buunguyen/octotree#github-access-token" target="_blank" tabIndex="-1">Why is this required?</a>
</div>
<div class="error"></div>
@ -70,7 +70,7 @@
<input type="text" data-store="TABSIZE">
</div>
<div>
<button type="submit" class="button">Save</button>
<button type="submit" class="button btn">Save</button>
</div>
</form>
</div>