File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 9999.iframe-header a : focus {
100100 text-decoration : none;
101101}
102+
103+ /* Blog posts / listings */
104+ .listing-container-title {
105+ font-size : 0.95rem ;
106+ font-style : italic;
107+ margin-top : 0.1rem ;
108+ margin-bottom : 0.7rem ;
109+ }
Original file line number Diff line number Diff line change 1717 < % } % >
1818 < / a>
1919
20+ < % if (item .citation && item .citation [" container-title" ]) { % >
21+ < div class = " listing-container-title" >
22+ < %= item .citation [" container-title" ] % >
23+ < / div>
24+ < % } % >
25+
2026 < % if (item .categories && item .categories .length > 0 ) { % >
2127 < div class = " listing-categories" >
2228 < % for (const category of item .categories ) { % >
2531 < / div>
2632 < % } % >
2733
28- < div class = " listing-description" >< %= item .description % >< / div>
2934 < / div>
3035
3136 < div class = " thumbnail" >
You can’t perform that action at this time.
0 commit comments