Line 2: | Line 2: | ||
<html> | <html> | ||
− | + | <style> | |
+ | |||
+ | |||
+ | .column.half_size.general_p{ | ||
+ | border: 1px solid #aaa; | ||
+ | padding: 10px 0px 0px 0px; | ||
+ | width: 45.7%; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
<div id="HQ_info"> | <div id="HQ_info"> | ||
Line 113: | Line 123: | ||
for( x=0; x< all_teams_info.length; x++) { | for( x=0; x< all_teams_info.length; x++) { | ||
− | $("#general_printing").append("<div class='column half_size'> <h2>" + all_teams_info[x].team_name + | + | $("#general_printing").append("<div class='column half_size general_p'> <h2>" + all_teams_info[x].team_name + |
"</h2> <p><b>Location:</b>" +all_teams_info[x].location+", "+all_teams_info[x].institution + | "</h2> <p><b>Location:</b>" +all_teams_info[x].location+", "+all_teams_info[x].institution + | ||
"<br><b>Section:</b>"+all_teams_info[x].section+ | "<br><b>Section:</b>"+all_teams_info[x].section+ |
Revision as of 20:37, 3 September 2019