Skip to content

Commit

Permalink
Style: docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed Mar 27, 2024
1 parent 394efc4 commit 91a4832
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,8 @@ body.tuto.start div.screenshots img {
section.docblock {
border: 2px solid;
padding: 10px;
border-radius: 10px;
border-radius: 5px;
border-color: #eee;
margin-top: 20px;
}
section.docblock > header {
Expand All @@ -963,9 +964,10 @@ section.docblock > header > h2 {
margin: -2px;
padding: 10px;
border: 2px solid;
border-color: #eee;
border-bottom: none;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.img-col-width-400 {
width: 400px;
Expand Down

0 comments on commit 91a4832

Please sign in to comment.