highlighting-kate 0.5 → 0.5.0.1
raw patch · 3 files changed
+7/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Text/Highlighting/Kate/Format/HTML.hs +1/−1
- changelog +5/−0
- highlighting-kate.cabal +1/−1
Text/Highlighting/Kate/Format/HTML.hs view
@@ -100,7 +100,7 @@ tablespec = [ "table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {" ," margin: 0; padding: 0; vertical-align: baseline; border: none; }"- ,"table.sourceCode { " +++ ,"table.sourceCode { width: 100%; " ++ maybe "" (\c -> "background-color: " ++ fromColor c ++ "; ") (backgroundColor f) ++ maybe "" (\c -> "color: " ++ fromColor c ++ "; ") (defaultColor f) ++ "}"
changelog view
@@ -1,3 +1,8 @@+highlighting-kate 0.5.0.1 (31 Jan 2012)++ * Give table.sourceCode width of 100%, for consistency+ between numbered and unnumbered code blocks.+ highlighting-kate 0.5 (25 Jan 2012) * Text.Highlighting.Kate.Format.HTML now exports styleToCss
highlighting-kate.cabal view
@@ -1,5 +1,5 @@ Name: highlighting-kate-Version: 0.5+Version: 0.5.0.1 Cabal-Version: >= 1.6 Build-Type: Simple Category: Text