diff options
Diffstat (limited to 'src/Haddock')
| -rw-r--r-- | src/Haddock/Backends/Xhtml/Layout.hs | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Haddock/Backends/Xhtml/Layout.hs b/src/Haddock/Backends/Xhtml/Layout.hs index 8f9e83e5..ce035c24 100644 --- a/src/Haddock/Backends/Xhtml/Layout.hs +++ b/src/Haddock/Backends/Xhtml/Layout.hs @@ -80,9 +80,6 @@ maybeRDocBox Nothing = rdocBox (noHtml)  maybeRDocBox (Just doc) = rdocBox (docToHtml doc) -bodyBox :: Html -> HtmlTable -bodyBox html = tda [theclass "body"] << vanillaTable << html -  -- a vanilla table has width 100%, no border, no padding, no spacing  vanillaTable, vanillaTable2 :: Html -> Html  vanillaTable  = table ! [theclass "vanilla",  cellspacing 0, cellpadding 0]  | 
