Commit 8f9345a870d0b9b709039c5225fcde811bacf864

Authored by William Daniau
1 parent 26977ceca4
Exists in master

Rajout de style supprimé par erreur

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

templates/html/Wize_S5.html
... ... @@ -68,6 +68,13 @@
68 68 code {
69 69 font-size:80%;
70 70 }
  71 +
  72 + body {
  73 + background: var(--main-pres-background-color);
  74 + background-image: url('[% resource("common-spec/fond-pres.jpg") %]');
  75 + background-repeat: var(--main-pres-background-repeat);
  76 + background-size: var(--main-pres-background-size);
  77 + }
71 78  
72 79 </style>
73 80 </head>