mirror of https://github.com/CGAL/cgal
Merge pull request #7402 from albert-github/feature/bug_png_svg
Update CGAL stylesheet
This commit is contained in:
commit
fc98360c77
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue