diff --git a/dpaste/static/dpaste/theme.css b/dpaste/static/dpaste/theme.css
index 2f96b56..86c93ab 100644
--- a/dpaste/static/dpaste/theme.css
+++ b/dpaste/static/dpaste/theme.css
@@ -80,6 +80,13 @@ h1, h2, h3, h4 {
opacity: 1;
}
+.shortcut {
+ color: #AAA;
+ font-size: 13px;
+ font-weight: 300;
+ margin-left: 15px;
+}
+
/* ----------------------------------------------------------------------------
Snippet Details
---------------------------------------------------------------------------- */
diff --git a/dpaste/templates/dpaste/base.html b/dpaste/templates/dpaste/base.html
index 39250db..15ddb61 100644
--- a/dpaste/templates/dpaste/base.html
+++ b/dpaste/templates/dpaste/base.html
@@ -29,6 +29,17 @@
{% block script_footer %}
+
{% endblock %}