diff --git a/stackage-upload.hs b/stackage-upload.hs index cb446ef0..bc385f44 100644 --- a/stackage-upload.hs +++ b/stackage-upload.hs @@ -108,13 +108,16 @@ mkIndex snapid dirs = concat [ "\nHaddocks index" , "" , "" + , "" , "" - , "

Haddock documentation index

" - , "

" + , "
" ] where toLI name = concat @@ -133,4 +136,28 @@ styleCss = concat , "@media (min-width: 760px) {" , "ul { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3 }" , "}" - ] + , "ul {" + , " margin-left: 0;" + , " padding-left: 0;" + , " list-style-type: none;" + , "}" + , "body {" + , " background: #f0f0f0;" + , " font-family: 'Lato', sans-serif;" + , " text-shadow: 1px 1px 1px #ffffff;" + , " font-size: 20px;" + , " line-height: 30px;" + , " padding-bottom: 5em;" + , "}" + , "h1 {" + , " font-weight: normal;" + , " color: #06537d;" + , " font-size: 45px;" + , "}" + , ".return a {" + , " color: #06537d;" + , " font-style: italic;" + , "}" + , ".return {" + , " margin-bottom: 1em;" + , "}"]