Repository : ssh://darcs.haskell.org//srv/darcs/haddock

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/0844318c820138c55548d63b0747057fce6564c1

>---------------------------------------------------------------

commit 0844318c820138c55548d63b0747057fce6564c1
Author: David Terei <[email protected]>
Date:   Thu Aug 18 17:14:15 2011 -0700

    Fix CSS issue with info table not being contained in module header

>---------------------------------------------------------------

 html/Classic.theme/xhaddock.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/html/Classic.theme/xhaddock.css b/html/Classic.theme/xhaddock.css
index 1287ac5..d6b58d2 100644
--- a/html/Classic.theme/xhaddock.css
+++ b/html/Classic.theme/xhaddock.css
@@ -156,6 +156,12 @@ div#style-menu-holder {
 }
 
 #module-header {
+       overflow: hidden; /* makes sure info float is properly contained */
+       display: inline-block; /* triggers hasLayout in IE*/
+}
+
+#module-header {
+       display: block; /* back to block */
        background-color: #0077dd;
        padding: 5px;
 }



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to