Skip to content

Commit

Permalink
Remove stray semicolon in CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamenco committed Apr 4, 2024
1 parent 7cac9a3 commit c96c828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ Unreleased
### New features

### Bug fixes
- [#507](https://github.com/peggyjs/peggy/pull/507) Remove stray semicolon in CSS

### Documentation
- Added END OF INPUT (`!.`).
- [#506](https://github.com/peggyjs/peggy/pull/506) Added END OF INPUT (`!.`).

4.0.2
-----
Expand Down
2 changes: 1 addition & 1 deletion docs/css/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
#content .message.disabled { color: gray; background-color: #f0f0f0; }

#content table.online { table-layout: fixed; };
#content table.online { table-layout: fixed; }

#content table.form { width: 100%; }
#content table.form td, table.form th { padding: .5em 1em; }
Expand Down

0 comments on commit c96c828

Please sign in to comment.