Difference between revisions of "Template:Waterloo/CSS/parts"
m |
m |
||
Line 13: | Line 13: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
+ | } | ||
+ | |||
+ | #groupparts th { | ||
+ | width: auto !important; | ||
} | } |
Revision as of 23:23, 2 October 2015
pre {
display: none;
}
table {
font-family: inherit; font-size: inherit; border: inherit;
}
- groupparts {
width: 100% !important; margin-left: auto; margin-right: auto;
}
- groupparts th {
width: auto !important;
}