1
Fork 0

Restyle buttons

This commit is contained in:
Jake Howard 2016-05-27 09:17:40 +01:00
parent 44b90ba958
commit 215e254509
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 10 additions and 1 deletions

View file

@ -71,7 +71,7 @@
<div class="col-xs-12 text-center"> <div class="col-xs-12 text-center">
<div class="service-box"> <div class="service-box">
<a href="#" class="btn btn-primary btn-xl"> <a href="#" class="btn btn-primary btn-xl">
<h4>My Profile</h4> My Profile
</a> </a>
</div> </div>
</div> </div>

View file

@ -13,6 +13,15 @@
/* @end Bootstrap Panels */ /* @end Bootstrap Panels */
/* @group groupname */
.btn {
border-radius: 0;
}
/* @end groupname */
/* @group Pygments */ /* @group Pygments */
.highlight > pre { .highlight > pre {