Skip to content

Commit

Permalink
Reduce spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed Jun 15, 2012
1 parent 3ea1a9a commit f34405a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Features:

- The panel elements now have a class that matches the layout id.

- Added new spacing 'small', set at 0.70%.
- Added new spacing 'small', set at 0.55%.

1.3 (2012-06-15)
----------------
Expand Down
2 changes: 1 addition & 1 deletion src/collective/panels/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


AVAILABLE_SPACING_PERCENTAGES = (
{'value': 0.70, 'title': _(u"Small")},
{'value': 0.55, 'title': _(u"Small")},
{'value': 1.125, 'title': _(u"Standard")},
{'value': 2.25, 'title': _(u"Double")},
{'value': 3.375, 'title': _(u"Triple")},
Expand Down

0 comments on commit f34405a

Please sign in to comment.