Commit 26977ceca478fbcf692fe2baac438468042c953e

Authored by William Daniau
1 parent 5703e30a28
Exists in master

Ajout du favicon dans le S5

Showing 1 changed file with 2 additions and 6 deletions Side-by-side Diff

templates/html/Wize_S5.html
... ... @@ -16,6 +16,8 @@
16 16 <meta name="defaultView" content="slideshow" />
17 17 <meta name="controlVis" content="hidden" />
18 18 <!-- style sheet links -->
  19 +<link rel="shortcut icon"
  20 + href="[% resource('common-spec/favicon.ico') %]" >
19 21 <link rel="stylesheet"
20 22 href="[% resource('common-spec/zim-variables.css') %]" >
21 23 <link rel="stylesheet"
... ... @@ -65,12 +67,6 @@
65 67  
66 68 code {
67 69 font-size:80%;
68   - }
69   - body {
70   - background: var(--main-pres-background-color);
71   - background-image: url('[% resource("common-spec/fond-pres.jpg") %]');
72   - background-repeat: var(--main-pres-background-repeat);
73   - background-size: var(--main-pres-background-size);
74 70 }
75 71  
76 72 </style>