1
0
Fork 0

CSS implementation of WoW display.

This commit is contained in:
Andrew Tomaka 2011-10-14 02:59:28 -04:00
parent 797cbc31b9
commit ff1e3b8247
1 changed files with 9 additions and 0 deletions

View File

@ -150,6 +150,15 @@ table.formatting {
}
table.classformatting {
border-collapse: collapse;
border-spacing: 0;
}
td.classformatting {
padding: 0;
}
td.formatting {
padding: 0;
width: 68px;