From cf37436d983c6f841f338dce4d9313e5ff719dad Mon Sep 17 00:00:00 2001 From: Jacob Bandes-Storch Date: Sat, 12 Nov 2016 14:01:17 -0800 Subject: [PATCH] =?UTF-8?q?[Status]=20Add=20section=20for=20=E2=80=9CImple?= =?UTF-8?q?mentation=20in=20progress=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.xml | 12 ++++++------ index.xslt | 9 +++++++++ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/index.xml b/index.xml index b7020d0097..4c906952dd 100644 --- a/index.xml +++ b/index.xml @@ -42,7 +42,7 @@ - + @@ -75,12 +75,12 @@ - + - + @@ -104,7 +104,7 @@ - + @@ -141,7 +141,7 @@ - + @@ -149,7 +149,7 @@ diff --git a/index.xslt b/index.xslt index 65ad322c55..ab55bcad38 100644 --- a/index.xslt +++ b/index.xslt @@ -38,6 +38,11 @@ + + Implementation in progress + + + Implemented (Swift 4) @@ -246,6 +251,10 @@ a.number.status-implemented { background-color: #319021; } + a.number.status-implementing { + background-color: #5abc4e; + background: repeating-linear-gradient(135deg, #5abc4e, #5abc4e 14.29%, #319021 14.29%, #319021 28.57%); + } a.number.status-accepted { background-color: #5abc4e; }