From ecc0d442c6aa11bd357a9ba532912dcb34961205 Mon Sep 17 00:00:00 2001 From: John Cleaver Date: Fri, 15 Apr 2016 19:54:11 -0400 Subject: [PATCH] Added a text decoration to completed bundles. Closes #52 --- index.html | 8 +++++--- main.css | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index cd5f048..5206d21 100644 --- a/index.html +++ b/index.html @@ -220,9 +220,11 @@ - - - {{ bundle.name }} + + + + + {{ bundle.name }} diff --git a/main.css b/main.css index a6564fc..a7e7beb 100644 --- a/main.css +++ b/main.css @@ -18,3 +18,7 @@ .button{ flex-wrap: wrap; } + +.bundle-complete { + text-decoration: line-through; +}