Bladeren bron

Minor style tweak; link fix.

master
Ben Kurtovic 7 jaren geleden
bovenliggende
commit
1e5ca3f93e
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +1
    -1
      static/style.css
  2. +1
    -1
      templates/index.mako

+ 1
- 1
static/style.css Bestand weergeven

@@ -69,7 +69,7 @@ div#cv-result {
} }


div#attribution-warning { div#attribution-warning {
padding: 5px;
padding: 1em;
margin: 15px 5px 10px 5px; margin: 15px 5px 10px 5px;
} }




+ 1
- 1
templates/index.mako Bestand weergeven

@@ -216,7 +216,7 @@
% if attrib: % if attrib:
<% attrib_page = query.site.get_page(unicode(attrib.name)) %> <% attrib_page = query.site.get_page(unicode(attrib.name)) %>
<div id="attribution-warning" class="yellow-box"> <div id="attribution-warning" class="yellow-box">
This article contains an attribution template: <tt>{{<a href="attrib_page.url">${attrib_page.title | h}</a>}}</tt>. Please verify that any potential copyvios are not from properly attributed sources.
This article contains an attribution template: <tt>{{<a href="${attrib_page.url}">${attrib_page.title | h}</a>}}</tt>. Please verify that any potential copyvios are not from properly attributed sources.
</div> </div>
% endif % endif




Laden…
Annuleren
Opslaan