Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Fixed the sequencing of the font attributes #1579

Merged
merged 1 commit into from
Oct 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/webui/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
Expand Down Expand Up @@ -48,4 +48,4 @@ q:before, q:after {
table {
border-collapse: collapse;
border-spacing: 0;
}
}