Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix invalid css.
Removing an unneeded closing curly bracket, making the CSS invalid.

The Problem was introduced with #41, released already in 1.6.0.
  • Loading branch information
jone committed May 12, 2015
1 parent 519f57d commit 5cf4d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/HISTORY.txt
Expand Up @@ -5,7 +5,9 @@ Changelog
1.6.1 (unreleased)
------------------

- Nothing changed yet.
- Fix invalid css, removing an unneeded closing curly bracket.
The CSS of 1.6.0 is invalid
[jone]


1.6.0 (2015-05-11)
Expand Down
1 change: 0 additions & 1 deletion ftw/meeting/browser/styles/meeting.css
Expand Up @@ -89,4 +89,3 @@ ul.AttendeesListing li {
#calendar.fc div.attendee {
border-color: rgb(117, 173, 10);
}
}

0 comments on commit 5cf4d58

Please sign in to comment.