Fix left alignment (css) for short_heaaders.
This commit is contained in:
parent
d0f2f02b06
commit
91652fe62e
|
@ -423,6 +423,7 @@
|
|||
.short_header_subject {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0.4em;
|
||||
text-decoration: none;
|
||||
color: var(--color-text);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
@ -451,6 +452,7 @@
|
|||
.short_header_from {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0.4em;
|
||||
text-decoration: none;
|
||||
color: var(--color-highlight);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
@ -462,6 +464,7 @@
|
|||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-right: 1em;
|
||||
margin-left: 0.4em;
|
||||
text-decoration: none;
|
||||
color: var(--color-highlight);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
|
Loading…
Reference in New Issue