1 # This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
 
   2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
 
   4 from ..base import WLElement
 
   7 class PoezjaCyt(WLElement):
 
  12     TXT_LEGACY_TOP_MARGIN = 1
 
  13     TXT_LEGACY_BOTTOM_MARGIN = 0
 
  15     HTML_TAG = 'blockquote'