MCPcopy Create free account
hub / github.com/PageBot/PageBot / resetCss

Method resetCss

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:450–452  ·  view source on GitHub ↗

Export the CSS to reset specific default behavior of browsers.

(self)

Source from the content-addressed store, hash-verified

448 self.addCss(self.SECTION_CSS % ('CSS of "%s"\n\n\tGenerated by PageBot\n\tCreated %s' % (name, now())))
449
450 def resetCss(self):
451 """Export the CSS to reset specific default behavior of browsers."""
452 self.addCss(self.RESET_CSS)
453
454 def sectionCss(self, title):
455 """Add named section marker in CSS output.

Callers 1

XXXbuild_scssMethod · 0.80

Calls 1

addCssMethod · 0.95

Tested by

no test coverage detected