CSS implementation of WoW display.
This commit is contained in:
parent
797cbc31b9
commit
ff1e3b8247
1 changed files with 9 additions and 0 deletions
|
@ -150,6 +150,15 @@ table.formatting {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.classformatting {
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.classformatting {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
td.formatting {
|
td.formatting {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
|
|
Loading…
Reference in a new issue