diff --git a/templates/all-snapshots.lucius b/templates/all-snapshots.lucius
new file mode 100644
index 0000000..f0e751c
--- /dev/null
+++ b/templates/all-snapshots.lucius
@@ -0,0 +1 @@
+.snapshots > li { line-height: 1.5em; }
diff --git a/templates/profile.lucius b/templates/profile.lucius
index 9be676e..0eb702c 100644
--- a/templates/profile.lucius
+++ b/templates/profile.lucius
@@ -7,3 +7,7 @@
width: 400px;
height: 200px;
}
+
+h2 {
+ font-size: 30px !important;
+}
diff --git a/templates/stackage-home.hamlet b/templates/stackage-home.hamlet
index b4ebae9..3676fea 100644
--- a/templates/stackage-home.hamlet
+++ b/templates/stackage-home.hamlet
@@ -4,9 +4,9 @@ $newline never
#{stackageTitle stackage}
#{userDisplay user} (#{userHandle user})
-
+
#{stackageDesc stackage}
-
+
Uploaded on #{tshow $ stackageUploaded stackage}
To use, copy the following to your #
@@ -16,9 +16,10 @@ $newline never
remote-repo: stackage:@{StackageHomeR ident}
- Note: Remove or comment out any existing #
- remote-repo
- \ line.
+
+ Note: Remove or comment out any existing #
+ remote-repo
+ \ line.
Run the following to update your packages:
diff --git a/templates/stackage-home.lucius b/templates/stackage-home.lucius
index 596e270..e2f29e9 100644
--- a/templates/stackage-home.lucius
+++ b/templates/stackage-home.lucius
@@ -1,3 +1,12 @@
h1 {
font-size: 30px !important;
}
+
+.date {
+ font-size: 15px;
+ line-height: 15px;
+}
+
+hr {
+ border: 1px solid #ddd
+}
diff --git a/templates/upload.lucius b/templates/upload.lucius
index 1025ac9..3b49893 100644
--- a/templates/upload.lucius
+++ b/templates/upload.lucius
@@ -1,3 +1,3 @@
h1 {
- margin-bottom: 30px;
+ margin-bottom: 50px !important;
}