Skip to content

Commit

Permalink
Changed styles for download buttons in traductor
Browse files Browse the repository at this point in the history
  • Loading branch information
paugnu committed Mar 16, 2016
1 parent ca2f95e commit d52d8b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/css/main.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions templates/traductor.twig
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
<strong>Baixeu l'aplicació per al vostre telèfon</strong>
</p>
<div class="intern tradbuttons">
<button class="bt-basic bt-basic-vermell-blanc intern-center" onclick="window.location.replace('/programes/traductor-softcatala/');" type="button"><i class="fa fa-android"></i> <span>App per a Android</span></button>
<button class="bt-basic bt-basic-vermell-blanc intern-center" onclick="window.location.replace('/programes/traductor-softcatala/');" type="button"><i class="fa fa-apple"></i> <span>App per a iPhone</span></button>
<a href="/programes/traductor-softcatala/" class="bt-basic bt-basic-vermell-blanc intern-center"><i class="fa fa-android"></i> <span>App per a Android</span></a>
<a href="/programes/traductor-softcatala/" class="bt-basic bt-basic-vermell-blanc intern-center"><i class="fa fa-apple"></i> <span>App per a iPhone</span></a>
</div>
</div>
</div>
Expand Down

0 comments on commit d52d8b6

Please sign in to comment.