Style tweaks/adjustments

This commit is contained in:
Chris Done 2014-06-16 11:22:53 +02:00
parent 7d336b9e3f
commit df9ff9ca45
6 changed files with 22 additions and 7 deletions

View File

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

View File

@ -0,0 +1 @@
.snapshots > li { line-height: 1.5em; }

View File

@ -7,3 +7,7 @@
width: 400px;
height: 200px;
}
h2 {
font-size: 30px !important;
}

View File

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

View File

@ -1,3 +1,12 @@
h1 {
font-size: 30px !important;
}
.date {
font-size: 15px;
line-height: 15px;
}
hr {
border: 1px solid #ddd
}

View File

@ -1,3 +1,3 @@
h1 {
margin-bottom: 30px;
margin-bottom: 50px !important;
}