The pagination links have shifted. One example: http://screencast.com/t/4Fabdqax1xgw I think I've seen this on multiple tools, including some where the pagination is at the top and bottom too.
--- old+++ new@@ -1 +1 @@-The pagination links have shifted. One example: http://screencast.com/t/eyddu2Z94F I think I've seen this on multiple tools, including some where the pagination is at the top and bottom too.+The pagination links have shifted. One example: http://screencast.com/t/4Fabdqax1xgw I think I've seen this on multiple tools, including some where the pagination is at the top and bottom too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We found out that the problem is caused by new version of EasyWidgets. When it compresses several widget's resources into one file, it separates them by semicolon. That CSS syntax seems to be invalid, so all styles that follow a semicolon are lost.
Diff:
Created #189: [#5048] pagination links moved (1cp)
Related
Tickets:
#5048We found out that the problem is caused by new version of
EasyWidgets
. When it compresses several widget's resources into one file, it separates them by semicolon. That CSS syntax seems to be invalid, so all styles that follow a semicolon are lost.E.g. for link like this:
we have output like that:
(Notice the semicolon after closing brace)
Last version of
EasyWidgets
that doesn't have this bug isEasyWidgets==0.2dev-20110726
We're suggesting a possible fix for new
EasyWidgets
:Closed #189.
Fixed at https://bitbucket.org/rick446/easywidgets/changeset/e79c7d9a1fa426dd19df85108b399c359e69db00