diff --git a/templates/package.hamlet b/templates/package.hamlet
index 7d070d8..94c12ec 100644
--- a/templates/package.hamlet
+++ b/templates/package.hamlet
@@ -102,7 +102,6 @@ $newline never
$maybe (version, modules) <- mdocs
-
Documentation for version #{version}
$forall Module _ name url <- modules
-
diff --git a/templates/package.lucius b/templates/package.lucius
index eb3ad67..e6ac7d7 100644
--- a/templates/package.lucius
+++ b/templates/package.lucius
@@ -56,6 +56,12 @@ h3 {
margin-top: 0.5em;
border-top: 1px solid #ddd;
padding-top: 0.5em;
+ ul {
+ list-style-type: none;
+ margin-left: 0;
+ padding-left: 0;
+ li { line-height: 1.5em }
+ }
}
.downloads {
margin-left: 1em;