Fix button.

master
Nick Sergeant 2014-08-18 11:02:45 -04:00
parent 39b0e10a6a
commit fd96a1cdc8
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2961,7 +2961,7 @@ a.snipt-promo {
}
}
button {
margin-top: -1px;
margin-top: -10px;
}
&:hover {
background: #55a955;

View File

@ -1,4 +1,4 @@
<a href="/pro/" class="snipt-promo">
<button class="btn btn-success btn-small pull-right">Go Pro &raquo;</button>
<button class="btn btn-success btn-large pull-right">Go Pro &raquo;</button>
Go <span class="pro">Pro</span> today for only $29 (one-time fee).
</a>

View File

@ -1,4 +1,4 @@
<a href="/signup/" class="snipt-promo">
<button class="btn btn-success btn-small pull-right">Sign up &raquo;</button>
<button class="btn btn-success btn-large pull-right">Sign up &raquo;</button>
Sign up for <span class="pro -logo">Snip<span>t</span></span>: store and share your own code snippets.
</a>