Difference between revisions of "Template:Waterloo/CSS/parts"

m
m
Line 28: Line 28:
 
}
 
}
  
table.pgrouptable td {
+
table.pgrouptable th {
 
     background-color: inherit !important;
 
     background-color: inherit !important;
 
     border: 0px;
 
     border: 0px;
 
}
 
}

Revision as of 23:39, 2 October 2015

pre {

   display: none;

}

table {

   font-family: inherit;
   font-size: inherit;
   border: inherit;

}

  1. groupparts {
   width: 100% !important;
   margin-left: auto;
   margin-right: auto;

}

  1. groupparts th {
   width: auto !important;

}

table.pgrouptable {

   background-color: inherit !important;

}

table.pgrouptable td {

   background-color: inherit !important;
   border: 0px;

}

table.pgrouptable th {

   background-color: inherit !important;
   border: 0px;

}