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

m
Line 17: Line 17:
 
#groupparts th {
 
#groupparts th {
 
     width: auto !important;
 
     width: auto !important;
 +
}
 +
 +
table.pgrouptable td {
 +
    background-color: inherit !important;
 +
    border: 0px;
 +
}
 +
 +
table.pgrouptable td {
 +
    background-color: inherit !important;
 +
    border: 0px;
 
}
 
}

Revision as of 23:37, 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 td {

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

}

table.pgrouptable td {

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

}