Difference between revisions of "Template:Austin UTexas"

Line 188: Line 188:
 
.full_size img {  
 
.full_size img {  
 
padding: 10px 15px;
 
padding: 10px 15px;
width:100%;  
+
width:96.5%;  
 
}
 
}
  
Line 278: Line 278:
 
/* Table */
 
/* Table */
 
.content_wrapper table {  
 
.content_wrapper table {  
width: 100%;  
+
width: 97%;  
margin:15px 0px;  
+
margin:15px 10px;  
 
border: 1px solid #d3d3d3;  
 
border: 1px solid #d3d3d3;  
 
border-collapse: collapse;  
 
border-collapse: collapse;  
Line 286: Line 286:
 
/* table cells */
 
/* table cells */
 
.content_wrapper  td {  
 
.content_wrapper  td {  
padding: 0px;
+
padding: 10px;
 
vertical-align: text-top;  
 
vertical-align: text-top;  
 
border: 1px solid #d3d3d3;  
 
border: 1px solid #d3d3d3;  
Line 479: Line 479:
 
}
 
}
  
          else if (  ( (wgPageName.match(/\//g) || []).length ) == 0 ) {  // if it is the home page , just print the team's name
+
else if (  ( (wgPageName.match(/\//g) || []).length ) == 0 ) {  // if it is the home page , just print the team's name
$( ) );  
+
$("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );  
 
}
 
}
  

Revision as of 02:39, 24 September 2016