mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Style tweaks/adjustments
This commit is contained in:
parent
7d336b9e3f
commit
df9ff9ca45
@ -1,6 +1,6 @@
|
||||
<div .container>
|
||||
<h1>All Snapshots
|
||||
<ul>
|
||||
<ul .snapshots>
|
||||
$forall (E.Value ident, E.Value title, E.Value uploaded, E.Value display, E.Value handle) <- stackages
|
||||
<li>
|
||||
<a href=@{StackageHomeR ident}>
|
||||
|
||||
1
templates/all-snapshots.lucius
Normal file
1
templates/all-snapshots.lucius
Normal file
@ -0,0 +1 @@
|
||||
.snapshots > li { line-height: 1.5em; }
|
||||
@ -7,3 +7,7 @@
|
||||
width: 400px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 30px !important;
|
||||
}
|
||||
|
||||
@ -4,9 +4,9 @@ $newline never
|
||||
<h1>#{stackageTitle stackage}
|
||||
<p>
|
||||
#{userDisplay user} (#{userHandle user})
|
||||
<p>
|
||||
<p .date>
|
||||
#{stackageDesc stackage}
|
||||
<p>
|
||||
<p .date>
|
||||
Uploaded on #{tshow $ stackageUploaded stackage}
|
||||
<hr>
|
||||
<p>To use, copy the following to your #
|
||||
@ -16,9 +16,10 @@ $newline never
|
||||
<pre>remote-repo: stackage:@{StackageHomeR ident}
|
||||
|
||||
<small>
|
||||
Note: Remove or comment out any existing #
|
||||
<code>remote-repo
|
||||
\ line.
|
||||
<em>
|
||||
Note: Remove or comment out any existing #
|
||||
<code>remote-repo
|
||||
\ line.
|
||||
|
||||
<p>
|
||||
Run the following to update your packages:
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
h1 {
|
||||
font-size: 30px !important;
|
||||
}
|
||||
|
||||
.date {
|
||||
font-size: 15px;
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 1px solid #ddd
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
h1 {
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 50px !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user