24 lines
488 B
CSS
24 lines
488 B
CSS
/* Block styles. */
|
|
table.ingoBlockSummary td {
|
|
padding: 0 8px;
|
|
}
|
|
table.ingoBlockSummary tr > td:first-child {
|
|
padding: 0;
|
|
}
|
|
|
|
.blacklistImg {
|
|
background-image: url("../graphics/blacklist.png");
|
|
}
|
|
.forwardImg {
|
|
background-image: url("../graphics/forward.png");
|
|
}
|
|
.spamImg {
|
|
background-image: url("../graphics/spam.png");
|
|
}
|
|
.vacationImg {
|
|
background-image: url("../graphics/vacation.png");
|
|
}
|
|
.whitelistImg {
|
|
background-image: url("../graphics/whitelist.png");
|
|
}
|