File: elfeed.css

package info (click to toggle)
elfeed 3.4.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 412 kB
  • sloc: lisp: 4,558; makefile: 67; javascript: 60
file content (26 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.tag-unread {
    font-weight: bold;
}

.no-results {
    font-style: italic;
}

img.favicon {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.entry .title {
    display: block;
}

iframe {
    border: 0;
    min-height: 1024px;
}

.entry {
    margin-bottom: 10px;
}