Line 6: | Line 6: | ||
<style> | <style> | ||
+ | .medals ul li { | ||
+ | background-color: #f2f2f2; | ||
+ | list-style:none; | ||
+ | width:200px; | ||
+ | padding: 5px 5px; | ||
+ | text-align:center; | ||
+ | display: inline; | ||
+ | margin:auto; | ||
+ | } | ||
+ | |||
+ | .medals ul{ | ||
+ | |||
+ | } | ||
Line 18: | Line 31: | ||
− | < | + | <ul class="medals" id="bronze_medals" > |
− | </ | + | </ul> |
Line 45: | Line 58: | ||
$("#"+destination_div ).load( source_page , function() { | $("#"+destination_div ).load( source_page , function() { | ||
− | $( | + | $( "li" ).each(function( index ) { |
$( this ).prepend("test"); | $( this ).prepend("test"); |
Revision as of 17:21, 6 November 2017