Display msgid's smaller for Netmail/Echomail H1 headings
This commit is contained in:
9
public/css/fixes.css
vendored
9
public/css/fixes.css
vendored
@@ -104,14 +104,19 @@ ol {
|
||||
h1>small.float-end {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
h1>small.float-end:before {
|
||||
h1>small:before {
|
||||
color: #acacac;
|
||||
content: '[';
|
||||
}
|
||||
h1>small.float-end:after {
|
||||
h1>small:after {
|
||||
color: #acacac;
|
||||
content: ']';
|
||||
}
|
||||
/* Enable smaller text in h1, but not tiny as used at the float-end */
|
||||
h1 > small:not(.float-end) {
|
||||
font-size: 50% !important;
|
||||
}
|
||||
|
||||
h1 sup {
|
||||
text-shadow: none;
|
||||
font-size: 50%;
|
||||
|
Reference in New Issue
Block a user