Line | |
---|
1 | .post-date, |
---|
2 | .post-cat, |
---|
3 | .post-tags-list, |
---|
4 | .post-permalink, |
---|
5 | .comment_count, |
---|
6 | .ping_count, |
---|
7 | .attach_count, |
---|
8 | .feed { |
---|
9 | padding-left: 22px; |
---|
10 | background-repeat: no-repeat; |
---|
11 | background-position: 0 50%; |
---|
12 | padding-right: .5em; |
---|
13 | } |
---|
14 | .post-author { |
---|
15 | padding-right: .5em; |
---|
16 | } |
---|
17 | .post-date { |
---|
18 | background-image: inline-image('icon_date.png'); |
---|
19 | } |
---|
20 | .post-cat { |
---|
21 | background-image: inline-image('icon_category.png'); |
---|
22 | } |
---|
23 | .post-tags-list { |
---|
24 | background-image: inline-image('icon_tags.png'); |
---|
25 | padding-left: 22px !important; |
---|
26 | } |
---|
27 | .comment_count { |
---|
28 | background-image: inline-image('icon_comments.png'); |
---|
29 | } |
---|
30 | .ping_count { |
---|
31 | background-image: inline-image('icon_trackbacks.png'); |
---|
32 | } |
---|
33 | .attach_count { |
---|
34 | background-image: inline-image('icon_attach.png'); |
---|
35 | } |
---|
36 | .post-permalink { |
---|
37 | background-image: inline-image('icon_permalink.png'); |
---|
38 | } |
---|
39 | .feed { |
---|
40 | background-image: inline-image('icon_feed.png'); |
---|
41 | background-image: inline-image('icon_feed.svg'), none; |
---|
42 | background-size: .875em; |
---|
43 | padding-left: 1.25em; |
---|
44 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.