mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Style for module list
This commit is contained in:
parent
c299108781
commit
ee55db153a
@ -102,7 +102,6 @@ $newline never
|
||||
|
||||
$maybe (version, modules) <- mdocs
|
||||
<div .docs>
|
||||
<p>Documentation for version #{version}
|
||||
<ul>
|
||||
$forall Module _ name url <- modules
|
||||
<li>
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user