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

(Created page with "pre { display: none; }")
 
m
Line 1: Line 1:
 
pre {
 
pre {
 
     display: none;
 
     display: none;
 +
}
 +
 +
table {
 +
    font-family: inherit;
 +
    font-size: inherit;
 +
    border: inherit;
 
}
 
}

Revision as of 22:57, 2 October 2015

pre {

   display: none;

}

table {

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

}