From 09929c7fc21e8f292b96c646e5f1e654662c5d83 Mon Sep 17 00:00:00 2001
From: trp74 <trp74@drexel.edu>
Date: Wed, 23 Oct 2019 11:08:27 -0400
Subject: [PATCH] Update stylesheet.css so comments match the answer sheet

---
 stylesheet.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/stylesheet.css b/stylesheet.css
index 35e15a1..2525ed6 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -6,7 +6,7 @@ html{
 
 body {
     text-align: center;
-    /*Question 9*/
+    /*Question 5d*/
 }
 
 table {
@@ -18,17 +18,17 @@ td {
     padding: 5px;
 }
 
-/*Question 7*/
+/*Question 5a*/
 #header-row {
     background-color: white;
 }
 
-/*Question 7*/
+/*Question 5b*/
 .rows {
     background-color: white;
 }
 
-/*Question 8*/
+/*Question 5c*/
 button {
     margin: 5px;    
     padding: 5px;
-- 
GitLab