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