Merge pull request #7402 from albert-github/feature/bug_png_svg

Update CGAL stylesheet
This commit is contained in:
Laurent Rineau 2023-05-03 15:05:38 +02:00
commit fc98360c77
1 changed files with 4 additions and 4 deletions

View File

@ -869,7 +869,7 @@ div.directory {
width: 24px; width: 24px;
height: 18px; height: 18px;
margin-bottom: 4px; margin-bottom: 4px;
background-image:url('folderopen.png'); background-image:url('folderopen.svg');
background-position: 0px -4px; background-position: 0px -4px;
background-repeat: repeat-y; background-repeat: repeat-y;
vertical-align:top; vertical-align:top;
@ -880,7 +880,7 @@ div.directory {
width: 24px; width: 24px;
height: 18px; height: 18px;
margin-bottom: 4px; margin-bottom: 4px;
background-image:url('folderclosed.png'); background-image:url('folderclosed.svg');
background-position: 0px -4px; background-position: 0px -4px;
background-repeat: repeat-y; background-repeat: repeat-y;
vertical-align:top; vertical-align:top;
@ -891,7 +891,7 @@ div.directory {
width: 24px; width: 24px;
height: 18px; height: 18px;
margin-bottom: 4px; margin-bottom: 4px;
background-image:url('doc.png'); background-image:url('doc.svg');
background-position: 0px -4px; background-position: 0px -4px;
background-repeat: repeat-y; background-repeat: repeat-y;
vertical-align:top; vertical-align:top;
@ -1388,7 +1388,7 @@ div.toc {
} }
div.toc li { div.toc li {
background: url("bdwn.png") no-repeat scroll 0 5px transparent; background: url("bdwn.svg") no-repeat scroll 0 5px transparent;
font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif; font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
margin-top: 5px; margin-top: 5px;
padding-left: 10px; padding-left: 10px;