Skip to content

Commit

Permalink
Doc: Modify css for describe in unit test pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed Feb 26, 2022
1 parent 5560e42 commit f930803
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions docs/test/unit/unit-test.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,10 @@ div.hide {

section.describe {
margin-top: 0.3rem;
margin-left: 1rem;
}
body > section.describe {
margin-left: 0.5rem;
margin-left: 1.5rem;
}
section.describe > div.title {
margin-left: -1rem;
font-weight: bold;
font-size: 1.4rem;
}

8 changes: 3 additions & 5 deletions res/doc/unit-test.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,10 @@ div.hide {

section.describe {
margin-top: 0.3rem;
margin-left: 1rem;
}
body > section.describe {
margin-left: 0.5rem;
margin-left: 1.5rem;
}
section.describe > div.title {
margin-left: -1rem;
font-weight: bold;
font-size: 1.4rem;
}

0 comments on commit f930803

Please sign in to comment.