-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a3b1d6
commit 673446c
Showing
2 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
/* Add a horizontal line below the report to separate it from surrounding content. */ | ||
/* This only gets included when generating an html snippet, not a full page, */ | ||
/* because it is unnecessary and looks worse when the report is the only content on */ | ||
/* the page. */ | ||
|
||
.tab[data-is-displayed] { | ||
border-bottom: 1px solid var(--mediumg); | ||
} |