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