diff --git a/wiki/theme/ensanime.py b/wiki/theme/ensanime.py index 29294532..b434c8ff 100644 --- a/wiki/theme/ensanime.py +++ b/wiki/theme/ensanime.py @@ -6,7 +6,6 @@ class Theme(ThemeCrans): stylesheets = ( # media basename ('all', 'common'), - ('all', 'common-reverse'), ('screen', 'crans'), ('screen', 'ensanime'), ('print', 'print'), diff --git a/wiki/theme/movieclub.py b/wiki/theme/movieclub.py index 03892dda..768d4ed9 100644 --- a/wiki/theme/movieclub.py +++ b/wiki/theme/movieclub.py @@ -14,8 +14,6 @@ class Theme(ThemeCrans): stylesheets = ( # media basename ('all', 'common'), - ('all', 'common-reverse'), - ('all', 'common-movieclub'), ('screen', 'crans'), ('screen', 'movieclub'), ('print', 'print'),