diff --git a/gramps/plugins/webstuff/webstuff.py b/gramps/plugins/webstuff/webstuff.py index 193948ac0..b8dbcd2ba 100644 --- a/gramps/plugins/webstuff/webstuff.py +++ b/gramps/plugins/webstuff/webstuff.py @@ -55,8 +55,9 @@ def load_on_reg(dbstate, uistate, plugin): # navigation target name, images, javascript # "default" is used as default + # default style sheet in the options # Basic Ash style sheet - ["Basic-Ash", 1, _("Basic-Ash"), + ["default", 1, _("Basic-Ash"), path_css('Web_Basic-Ash.css'), None, [], [] ], # Basic Blue style sheet with navigation menus @@ -109,10 +110,6 @@ def load_on_reg(dbstate, uistate, plugin): ["NarrativeMaps", 0, "", path_css("narrative-maps.css"), None, [], [] ], - # default style sheet in the options - ["default", 1, _("Basic-Ash"), - path_css('Web_Basic-Ash.css'), None, [], [] ], - # default printer style sheet ["Print-Default", 0, "Print-Default", path_css('Web_Print-Default.css'), None, [], [] ],