From c9e246acbc13fefbc7740ffa824fef4a35d94ada Mon Sep 17 00:00:00 2001 From: antonio miranda Date: Mon, 23 Mar 2020 23:42:24 +0100 Subject: [PATCH 1/2] provide a simple css selector to old message Currently on Week1/exercise6>point 4 we ask: > Make yesterday's message partially transparent to show it is old. This is particularly confusing when learning the first CSS selectors, thus adding a specific class to the entire element will help solving this. See: https://migracodebarcelona.slack.com/archives/CMDSP2CQ2/p1584005696039700 --- week-1/6-css-properties/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week-1/6-css-properties/index.html b/week-1/6-css-properties/index.html index 8e2de7baa..a4e968b68 100644 --- a/week-1/6-css-properties/index.html +++ b/week-1/6-css-properties/index.html @@ -16,7 +16,7 @@
Messages
-
+
Won

Where should we meet tomorrrow? From 23a21fc53e00ddce16ac306a6989e79f46bce910 Mon Sep 17 00:00:00 2001 From: antonio miranda Date: Tue, 24 Mar 2020 13:08:28 +0100 Subject: [PATCH 2/2] remove reference to old message from the time element --- week-1/6-css-properties/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week-1/6-css-properties/index.html b/week-1/6-css-properties/index.html index a4e968b68..e8a198d8f 100644 --- a/week-1/6-css-properties/index.html +++ b/week-1/6-css-properties/index.html @@ -21,7 +21,7 @@

Where should we meet tomorrrow?

- +
Luke