diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-21 05:15:49 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-21 05:15:49 +0000 |
commit | 8b692e2d3085b43258c54586bbcfd2ab1e6bca62 (patch) | |
tree | b826e28f37567c2fa623b78940382981d33c26aa | |
parent | 7398137b46a3e9abc0f92c5b4080ad04538a26a2 (diff) |
space between "Style" and the downward triangle
-rw-r--r-- | src/Haddock/Backends/Xhtml/Themes.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml/Themes.hs b/src/Haddock/Backends/Xhtml/Themes.hs index 81a7e59b..0e398532 100644 --- a/src/Haddock/Backends/Xhtml/Themes.hs +++ b/src/Haddock/Backends/Xhtml/Themes.hs @@ -60,7 +60,7 @@ stylePickers = map mkPicker themes styleMenu :: Html styleMenu = thediv ! [identifier "style-menu-holder"] << [ - anchor ! [ href "#", onclick js ] << "Style\9662", + anchor ! [ href "#", onclick js ] << "Style \9662", unordList stylePickers ! [ identifier "style-menu", theclass "hide" ] ] where |