Template:Team:HokkaidoU Japan/footer

From 2011.igem.org

(Difference between revisions)
Line 4: Line 4:
         <script type="text/javascript">
         <script type="text/javascript">
             $(function() {
             $(function() {
-
                 $('.socialbuttons li.tweet').socialbutton('twitter', {
+
                 $('#socialbuttons li.tweet').socialbutton('twitter', {
                     button: 'none',
                     button: 'none',
                     text: 'iGEM - HokkaidoU_Japan',
                     text: 'iGEM - HokkaidoU_Japan',
Line 10: Line 10:
                     lang: 'en-US',
                     lang: 'en-US',
                 });
                 });
-
                 $('.socialbuttons li.like').socialbutton('facebook_like', {
+
                 $('#socialbuttons li.like').socialbutton('facebook_like', {
                     button : 'button_count',
                     button : 'button_count',
                     locale : 'en_US',
                     locale : 'en_US',
Line 17: Line 17:
         </script>
         </script>
         <style>
         <style>
-
         ul.socialbuttons > li {
+
         ul#socialbuttons{
 +
            margin: 10px 0;
 +
        }
 +
        ul#socialbuttons li {
             float: left;
             float: left;
             margin: 0 5px;
             margin: 0 5px;
Line 25: Line 28:
         }
         }
         </style>
         </style>
-
         <ul class="socialbuttons">
+
         <ul id="hokkaidou-socialbuttons">
             <li class="tweet"></li>
             <li class="tweet"></li>
             <li class="like"></li>
             <li class="like"></li>

Revision as of 16:12, 5 October 2011

Retrieved from "http://2011.igem.org/Template:Team:HokkaidoU_Japan/footer"