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

m
m
Line 10: Line 10:
  
 
#groupparts {
 
#groupparts {
     width: 100%;
+
     width: 100% !important;
     margin-left:auto;
+
     margin-left: auto;
     margin-right:auto;
+
     margin-right: auto;
 
}
 
}

Revision as of 23:22, 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;

}