Difference between revisions of "Template:Groningen/PartyParrot"

Line 317: Line 317:
  
 
     /*The following code makes corners round*/
 
     /*The following code makes corners round*/
     table.table_content thead th:nth-of-type(1) {
+
     table.table_content thead>th:nth-of-type(1) {
 
         border-top-left-radius: 5px;
 
         border-top-left-radius: 5px;
 
     }
 
     }
  
     table.table_content thead th:nth-last-of-type(1) {
+
     table.table_content thead>th:nth-last-of-type(1) {
 
         border-top-right-radius: 5px;
 
         border-top-right-radius: 5px;
 
     }
 
     }

Revision as of 21:39, 20 October 2021