diff --git a/site/crapaud-fou.css b/site/crapaud-fou.css index 10857b7..6c62000 100644 --- a/site/crapaud-fou.css +++ b/site/crapaud-fou.css @@ -116,7 +116,6 @@ li { width: 120px; height: 120px; } - .card.wiki:before { content: ""; position: absolute; @@ -146,7 +145,6 @@ li { font-size: .8em; color: #666; } - .lastupdate { color: #666; font-size: .8em; diff --git a/site/crapaud-fou.js b/site/crapaud-fou.js index 1dfa023..b63b0ce 100644 --- a/site/crapaud-fou.js +++ b/site/crapaud-fou.js @@ -124,7 +124,7 @@ $(document).ready(function() { // global $.getJSON("data/global.json", function(data) { - $("#lastupdate").text(data.lastupdate) + $("#lastupdate").text(data.lastupdate); }); // hash navigation diff --git a/site/index.html b/site/index.html index d9ea73b..ea882c1 100644 --- a/site/index.html +++ b/site/index.html @@ -524,9 +524,14 @@ +
+
+ Dernière mise à jour des stats: +
+
-