Difference between revisions of "Dev/Results"
(still tweaking medal height) |
(medals css. blank div is not working) |
||
Line 21: | Line 21: | ||
width: 26px; | width: 26px; | ||
height: 26px; | height: 26px; | ||
+ | } | ||
+ | #table_team tr { | ||
+ | min-height: 26px; | ||
} | } | ||
</style> | </style> | ||
Line 107: | Line 110: | ||
} | } | ||
else if (row.medal.toUpperCase() == "NO MEDAL") { | else if (row.medal.toUpperCase() == "NO MEDAL") { | ||
− | return "<div class='nomedal'> </div>"; | + | //return "<div class='nomedal'> </div>"; |
+ | return ""; | ||
} | } | ||
else { | else { |
Revision as of 19:16, 23 September 2015