Commit fcc30958 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Correction de l'affiche des types de fonction

parent fa41da41
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,9 +15,11 @@ $type = $domaine->getTypeFonction();

<style>
    span.label.Support {
        display: inline-block;
        background-color: seagreen;
    }
    span.label.Soutien {
        display: inline-block;
        background-color: darkslateblue;
    }
</style>
 No newline at end of file