Rev | Line | |
---|
[0] | 1 | ul.spaminfo { |
---|
| 2 | display: block; |
---|
| 3 | list-style: none; |
---|
| 4 | margin: 1em 0; |
---|
| 5 | padding: 0; |
---|
| 6 | } |
---|
| 7 | ul.spaminfo li { |
---|
| 8 | margin: 0.5em 0; |
---|
| 9 | padding-left: 16px; |
---|
| 10 | /*background: url(index.php?pf=antispam/feed.png) no-repeat center left;*/ |
---|
| 11 | background-color: transparent; |
---|
| 12 | background-position: center left; |
---|
| 13 | background-repeat: no-repeat; |
---|
| 14 | } |
---|
| 15 | ul.spaminfo .spamcount { |
---|
| 16 | background-image: url(images/junk.png); |
---|
| 17 | } |
---|
| 18 | ul.spaminfo .hamcount { |
---|
| 19 | background-image: url(images/check-on.png); |
---|
| 20 | } |
---|
| 21 | ul.spaminfo .feed { |
---|
| 22 | background-image: url(index.php?pf=antispam/feed.png); |
---|
| 23 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.