Skip to content

Commit

Permalink
Correct icon sizes (#8703)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot authored Jan 24, 2025
2 parents 5139e6e + 8824b91 commit 8f78a02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Documentation/doc/resources/1.10.0/cgal_stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ h2 {
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 12px;
height: 14px;
height: 22px;
width: 16px;
display: inline-block;
background-color: #FF0000;
Expand All @@ -67,7 +67,7 @@ h2 {
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 12px;
height: 14px;
height: 22px;
width: 16px;
display: inline-block;
background-color: #0000FF;
Expand All @@ -82,7 +82,7 @@ h2 {
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 12px;
height: 14px;
height: 22px;
width: 16px;
display: inline-block;
background-color: #67489A;
Expand Down
6 changes: 3 additions & 3 deletions Documentation/doc/resources/1.9.6/cgal_stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ h2 {
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 12px;
height: 14px;
height: 22px;
width: 16px;
display: inline-block;
background-color: #FF0000;
Expand All @@ -67,7 +67,7 @@ h2 {
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 12px;
height: 14px;
height: 22px;
width: 16px;
display: inline-block;
background-color: #0000FF;
Expand All @@ -82,7 +82,7 @@ h2 {
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 12px;
height: 14px;
height: 22px;
width: 16px;
display: inline-block;
background-color: #67489A;
Expand Down

0 comments on commit 8f78a02

Please sign in to comment.