Put line breaks after commas in CSS

This commit is contained in:
BBaoVanC 2021-11-13 14:29:59 -06:00
parent 17604ca75d
commit fb43b41d64
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 13 additions and 6 deletions

View File

@ -40,7 +40,8 @@
margin-bottom: 15px; margin-bottom: 15px;
} }
.tags, .series { .tags,
.series {
margin-top: 10px; margin-top: 10px;
} }
@ -98,7 +99,8 @@
margin: 20px; margin: 20px;
} }
.header a, .section-header a { .header a,
.section-header a {
color: inherit; color: inherit;
} }
@ -120,7 +122,8 @@
cursor: pointer; cursor: pointer;
} }
.content, footer { .content,
footer {
margin: 20px; margin: 20px;
} }
@ -156,7 +159,9 @@ footer {
border-radius: 12px; border-radius: 12px;
} }
.navbar-item:hover, .langpicker summary:hover, .langpicker[open] summary { .navbar-item:hover,
.langpicker summary:hover,
.langpicker[open] summary {
background-color: #444; background-color: #444;
text-decoration: none; text-decoration: none;
} }
@ -200,7 +205,8 @@ body {
overflow-wrap: break-word; overflow-wrap: break-word;
} }
img, video { img,
video {
max-width: 100%; max-width: 100%;
} }
@ -370,7 +376,8 @@ li.disabled > .page-link:hover {
/* Print compatibility */ /* Print compatibility */
@media print { @media print {
.top, .section-header-link { .top,
.section-header-link {
display: none; display: none;
} }