From 1e5ca3f93e4f0efa777a353f27c0ca3fe0b87cab Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 1 Mar 2017 00:01:16 -0600 Subject: [PATCH] Minor style tweak; link fix. --- static/style.css | 2 +- templates/index.mako | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index a5b48a7..e6c80dd 100644 --- a/static/style.css +++ b/static/style.css @@ -69,7 +69,7 @@ div#cv-result { } div#attribution-warning { - padding: 5px; + padding: 1em; margin: 15px 5px 10px 5px; } diff --git a/templates/index.mako b/templates/index.mako index da492ff..f1705a4 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -216,7 +216,7 @@ % if attrib: <% attrib_page = query.site.get_page(unicode(attrib.name)) %>
- This article contains an attribution template: {{${attrib_page.title | h}}}. Please verify that any potential copyvios are not from properly attributed sources. + This article contains an attribution template: {{${attrib_page.title | h}}}. Please verify that any potential copyvios are not from properly attributed sources.
% endif