Please reconsider the choice of WTFPL as a license.
diff --git a/app/flatpages/policy_and_guidance.md b/app/flatpages/policy_and_guidance.md
index a66c771a..22735407 100644
--- a/app/flatpages/policy_and_guidance.md
+++ b/app/flatpages/policy_and_guidance.md
@@ -1,6 +1,6 @@
title: Package Inclusion Policy and Guidance
-
+
Note: This is a draft
diff --git a/app/scss/custom.scss b/app/scss/custom.scss
index 559fea88..90173050 100644
--- a/app/scss/custom.scss
+++ b/app/scss/custom.scss
@@ -15,6 +15,22 @@
max-height: 1em;
}
+#alerts {
+ display: block;
+ list-style: none;
+ position: fixed;
+ bottom: 0;
+ left:0;
+ right:0;
+ margin: 0;
+ padding:0;
+ z-index: 1000;
+}
+
+#alerts li {
+ list-style: none;
+}
+
.jumbotron {
background-size: cover;
background-repeat: no-repeat;
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html
index 1b7063d1..52373040 100644
--- a/app/templates/admin/list.html
+++ b/app/templates/admin/list.html
@@ -12,10 +12,10 @@
Sign in as another user
-