# HG changeset patch # User Thierry Florac # Date 1425306333 -3600 # Node ID bc06fca47fc79a0aae57805b2be9f2ae1ab70fd2 # Parent 62b8c75f11e7e8abf5021a522d98edc21ce55388 Changed default body CSS class diff -r 62b8c75f11e7 -r bc06fca47fc7 src/pyams_skin/configuration.py --- a/src/pyams_skin/configuration.py Mon Mar 02 11:14:48 2015 +0100 +++ b/src/pyams_skin/configuration.py Mon Mar 02 15:25:33 2015 +0100 @@ -60,7 +60,7 @@ include_menus = True include_ribbon = True include_reload_button = True - body_css_class = False + body_css_class = 'fixed-header fixed-ribbon fixed-navigation' def __init__(self, context, request, view): self.context = context