Skip to content

Commit

Permalink
fix positioning of fb and twitter logos
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Blose committed Feb 21, 2015
1 parent 54cea37 commit bacf9ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/github.com/getlantern/lantern-ui/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<body ng-controller="RootCtrl" ng-cloak lang="{{ lang }}" dir="{{ langDirection }}"
ng-class="{showVis: model.showVis, getMode: inGetMode, giveMode: inGiveMode}">
<div id="fb-root"></div>
<div id="welcomescreen" ng-show="!alreadyWelcomed && wsConnected" ng-controller="WelcomeCtrl" modal="show" class="modal">
<div id="welcomescreen" ng-show="!alreadyWelcomed && wsConnected" ng-controller="WelcomeCtrl" modal="show" class="modal" ng-cloak>
<div class="modal-header">
<h3>
{{ 'WELCOME_TO_LANTERN' | translate }}
Expand All @@ -80,10 +80,10 @@ <h3>
</p>
<p class="logos">
<a href="https://facebook.com" target="_blank"><img src="../img/fb.png"></a>
<a href="https://twitter.com"><img src="../img/twitter.png"></a>
<a href="https://twitter.com" target="_blank"><img src="../img/twitter.png"></a>
</p>
<p class="share_section">
<div class="fb-share-button" style="padding-left:35px; top:-7px;" data-href="https://developers.facebook.com/docs/plugins/" data-layout="button_count"></div>
<div class="fb-share-button" style="padding-left:35px; top:-7px;" data-href="https://getlantern.org" data-layout="button_count"></div>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://getlantern.org" data-via="getlantern">Tweet</a>
</p>
</div>
Expand Down

0 comments on commit bacf9ed

Please sign in to comment.