Skip to content

Commit

Permalink
Revert "style: Changes the list style type of select plan table"
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyaGhosal authored Oct 20, 2024
1 parent 5609686 commit 1dfb43a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 26 deletions.
4 changes: 0 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ li {
list-style: none;
}

.plansList li {
list-style-type: disc;
}

a,
img,
span,
Expand Down
44 changes: 22 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1086,15 +1086,15 @@ <h5> Starting at $850.00 per month.
</p>

</h5>
<ul class="plansList">
<ul>

<li> Access to top courses</li>
<li> Certification prep</li>
<li> Goal-focused recommendations</li>
<li> AI-powered Suggestions</li>
<li> Courses available in 15 languages</li>
<li> Lifelong access to featured courses</li>
<li> Courses available in 15 languages</li>
<li>-> Access to top courses</li>
<li>-> Certification prep</li>
<li>-> Goal-focused recommendations</li>
<li>-> AI-powered Suggestions</li>
<li>-> Courses available in 15 languages</li>
<li>-> Lifelong access to featured courses</li>
<li>-> Courses available in 15 languages</li>

</ul>
<br>
Expand All @@ -1118,15 +1118,15 @@ <h5> Starting at $1,167.00 per month.
</p>

</h5>
<ul class="plansList">
<ul>

<li> Access to top courses</li>
<li> Certification prep</li>
<li> Goal-focused recommendations</li>
<li> AI-powered Suggestions</li>
<li> Analytics and adoption reports</li>
<li> Courses available in 15 languages</li>
<li> Lifelong access to featured courses</li>
<li>-> Access to top courses</li>
<li>-> Certification prep</li>
<li>-> Goal-focused recommendations</li>
<li>-> AI-powered Suggestions</li>
<li>-> Analytics and adoption reports</li>
<li>-> Courses available in 15 languages</li>
<li>-> Lifelong access to featured courses</li>

</ul>
<br>
Expand All @@ -1149,13 +1149,13 @@ <h5> Starting at $2,000.00 per month.
</p>

</h5>
<ul class="plansList">
<ul>

<li> Access to top courses</li>
<li> Certification prep</li>
<li> Customizable Goal-focused recommendations</li>
<li> AI-powered Suggestions and Customizable implementation services</li>
<li> Analytics and adoption reports</li>
<li>-> Access to top courses</li>
<li>-> Certification prep</li>
<li>-> Customizable Goal-focused recommendations</li>
<li>-> AI-powered Suggestions and Customizable implementation services</li>
<li>-> Analytics and adoption reports</li>

</ul>
<br>
Expand Down

0 comments on commit 1dfb43a

Please sign in to comment.