Skip to content

Commit

Permalink
Nicen up documentation style
Browse files Browse the repository at this point in the history
Add a few CSS hacks to make the class member functions stand out a bit
more by adding a border and make the notification boxes stand out a
bit less.
  • Loading branch information
laudrup committed Oct 25, 2024
1 parent 560964f commit 57d1bdd
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions doc/static/wintls.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,34 @@
.content {
max-width: 1000px !important;
}

h2 {
margin-bottom: 20px;
}

dl:not(.field-list) {
border-bottom: 1px solid #cccccc;
width: auto;
display: block;
padding-bottom: 20px;
}

dl:not(.field-list) > dt {
border-radius: 4px;
border: 1px solid #d5d5d5;
width: auto;
display: block;
padding: 10px 15px;
margin-bottom: 20px;
width: auto;
display: block;
}

dl > dd {
margin-left: 30px;
}

div.admonition.note.alert.alert-info {
background: #3498db80;
color: #707070;
}

0 comments on commit 57d1bdd

Please sign in to comment.