Skip to content

Commit

Permalink
social buttons, styles corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeletsky committed Apr 7, 2012
1 parent 4e9cfd1 commit 5d09a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AspNet.Portal.Mobile/Views/Home/Index.cshtml
Expand Up @@ -39,13 +39,13 @@
</section>

<section class="row">
<div class="six columns offset-by-six">
<div class="four columns offset-by-eight">
<ul class="like-buttons">
<li>
@Twitter.TweetButton(dataCount: "horizontal", tweetText: "I read newest #aspnet articles from mobile phone", url: "http://aspnetmobile.apphb.com/")
</li>
<li>
@Facebook.LikeButton(showFaces: false, buttonLayout: "button_count", width: 60, height: 30, href: "http://aspnetmobile.apphb.com/")
@Facebook.LikeButton(showFaces: false, buttonLayout: "button_count", width: 75, height: 30, href: "http://aspnetmobile.apphb.com/")
</li>
</ul>

Expand Down

0 comments on commit 5d09a1c

Please sign in to comment.