From e07a3aa87bfc72536225c5914888c608e0e8e0fd Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Sun, 17 Mar 2013 18:38:07 +0000 Subject: [PATCH] Add a noscript message --- pinry/static/css/pinry.css | 8 ++++++++ pinry/templates/base.html | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/pinry/static/css/pinry.css b/pinry/static/css/pinry.css index 3aef75c..6527a66 100644 --- a/pinry/static/css/pinry.css +++ b/pinry/static/css/pinry.css @@ -7,6 +7,14 @@ body { a { cursor: pointer; } + +#noscript { + font-size: 18px; + line-height: 24px; + margin: 0 auto; + width: 500px; + text-align: center; +} /* End Globals */ diff --git a/pinry/templates/base.html b/pinry/templates/base.html index 212386e..7be12aa 100644 --- a/pinry/templates/base.html +++ b/pinry/templates/base.html @@ -76,6 +76,16 @@ + +
+ +
+ + {% block yield %}{% endblock %}