Created
October 23, 2012 17:31
-
-
Save andershaig/3940225 to your computer and use it in GitHub Desktop.
Boilerplate Sharing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #sharing { | |
| text-align: center; | |
| margin-top: 20px; | |
| margin-bottom: 10px; | |
| overflow: hidden; | |
| } | |
| .like_and_send { | |
| display:inline-block; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="row"> | |
| <div class="span12"> | |
| <div id="sharing"> | |
| {% plugin fb_like_button like_and_send %} | |
| {% marker like_and_send %} | |
| {{ like_and_send }} | |
| {% endmarker %} | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment