First enigma
This commit is contained in:
parent
4398d64c24
commit
216ab0c79f
2 changed files with 4 additions and 3 deletions
|
@ -392,8 +392,9 @@ Full-Width Styles
|
||||||
box-shadow: 0 0 4px #000;
|
box-shadow: 0 0 4px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#credits-liste{
|
#hideenigma{
|
||||||
color: white;
|
color: #e0e0e0;
|
||||||
|
|
||||||
}
|
}
|
||||||
#hide {
|
#hide {
|
||||||
color: aliceblue;
|
color: aliceblue;
|
||||||
|
|
2
coms.php
2
coms.php
|
@ -72,7 +72,7 @@ include("includes/com_template.php");
|
||||||
|
|
||||||
$comId = "";
|
$comId = "";
|
||||||
$comTitle = "Com Ravitaillement";
|
$comTitle = "Com Ravitaillement";
|
||||||
$comDescription = "Ici, c'est la Compote qui vous ravit !";
|
$comDescription = "Ici, c'est la <a id=hideenigma href=\"enigma.php\">Compote</a> qui vous ravit !";
|
||||||
$comRespo = "Hugo Franceschi";
|
$comRespo = "Hugo Franceschi";
|
||||||
$comRespoId = "francesc@etud.insa-toulouse.fr";
|
$comRespoId = "francesc@etud.insa-toulouse.fr";
|
||||||
$comRespo2 = "Abdessalem Guedouar";
|
$comRespo2 = "Abdessalem Guedouar";
|
||||||
|
|
Loading…
Reference in a new issue