refactor: revert list style simplification

- needs to be inline
This commit is contained in:
ZanzyTHEbar 2023-01-13 18:35:13 +00:00
parent 188d6cebc3
commit 796c1070c0

View File

@ -5,7 +5,7 @@ This will contain a list of features that are in progress, completed, and planne
## Completed ## Completed
<div> <div>
<ul class="no-style"> <ul style="list-style: none;">
<li> <li>
<input type="checkbox" checked> <input type="checkbox" checked>
<label>Tracking algorithm</label> <label>Tracking algorithm</label>
@ -40,7 +40,7 @@ This will contain a list of features that are in progress, completed, and planne
## In Progress ## In Progress
<div> <div>
<ul class="no-style"> <ul style="list-style: none;">
<li> <li>
<input type="checkbox" unchecked> <input type="checkbox" unchecked>
<label>Variable eye openness tracking</label> <label>Variable eye openness tracking</label>
@ -79,7 +79,7 @@ This will contain a list of features that are in progress, completed, and planne
## Planned ## Planned
<div> <div>
<ul class="no-style"> <ul style="list-style: none;">
<li> <li>
<input type="checkbox" unchecked> <input type="checkbox" unchecked>
<label>Support for binary parameters</label> <label>Support for binary parameters</label>