diff options
-rw-r--r-- | www/PPE_Information.html | 8 | ||||
-rw-r--r-- | www/css/index.scss | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/PPE_Information.html b/www/PPE_Information.html index d26af6e..9050275 100644 --- a/www/PPE_Information.html +++ b/www/PPE_Information.html @@ -13,10 +13,10 @@ <body id="ppe"> <h1>PPE Information</h1> Safety glasses assignments: - <ul> - <li>1: Cassie Alsop</li> - <li>2: Eric Jacoby</li> - <li>3: Jeremiah Kemp</li> + <ol> + <li>1. Cassie Alsop</li> + <li>2. Eric Jacoby</li> + <li>3. Jeremiah Kemp</li> <li>4. Michael Hoover</li> <li>5. AnnaLaura Nufer</li> <li>6. Nicole Whittle</li> diff --git a/www/css/index.scss b/www/css/index.scss index 5b5d2af..fa593a5 100644 --- a/www/css/index.scss +++ b/www/css/index.scss @@ -183,6 +183,9 @@ body#msds, body#alert { body#ppe { margin: 1em; + li { + list-style-type: none; + } } body#emergency { |