Style for module list

This commit is contained in:
Chris Done 2014-12-15 13:23:50 +01:00
parent c299108781
commit ee55db153a
2 changed files with 6 additions and 1 deletions

View File

@ -102,7 +102,6 @@ $newline never
$maybe (version, modules) <- mdocs
<div .docs>
<p>Documentation for version #{version}
<ul>
$forall Module _ name url <- modules
<li>

View File

@ -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;