Change font size for Newsgroups: in short_header (with subject).
This commit is contained in:
parent
203112f3b2
commit
b645077a11
|
@ -507,6 +507,17 @@
|
|||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
/* short header Newsgroups: */
|
||||
.short_header_newsgroups_with_subject {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0.4em;
|
||||
text-decoration: none;
|
||||
color: var(--color-highlight);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
/* short header Newsgroups: */
|
||||
.short_header_newsgroups {
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Reference in New Issue