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

View File

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

View File

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

View File

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

View File

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

View File

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