Skip to content

Conversation

@redreceipt
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings August 8, 2025 17:03
@redreceipt redreceipt merged commit b6e230b into main Aug 8, 2025
3 checks passed
@redreceipt redreceipt deleted the footer-list branch August 8, 2025 17:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes bullet points from footer list items by cleaning up the HTML structure and adding CSS styling. The change improves the visual presentation of the footer by eliminating default list styling.

  • Removed inline styles and unnecessary <p> wrapper from footer HTML
  • Added custom CSS file with styles to remove list bullets and padding from footer lists

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
templates/base.html Linked new CSS file, cleaned up footer HTML by removing inline styles and paragraph wrapper
static/styles.css Added CSS rules to remove list styling from footer elements

}

footer li {
list-style: none;
Copy link

Copilot AI Aug 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The list-style: none property on individual list items is redundant since it's already applied to the parent ul and ol elements. This duplicated styling should be removed to avoid redundancy.

Suggested change
list-style: none;

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants