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

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

Latest revision as of 23:40, 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 thead th {

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

}