From 025c3599ff83f68f8fb1cbfc705b864d753ccf09 Mon Sep 17 00:00:00 2001 From: mose Date: Sat, 31 Aug 2019 06:09:35 +0800 Subject: [PATCH] move lastupdate where we can see it --- site/crapaud-fou.css | 2 -- site/crapaud-fou.js | 2 +- site/index.html | 21 +++++++++------------ 3 files changed, 10 insertions(+), 15 deletions(-) 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: +
+
-