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