diff --git a/static/style.css b/static/style.css index f0b4447..3ea66b5 100644 --- a/static/style.css +++ b/static/style.css @@ -73,7 +73,7 @@ table#cv-result-sources { } table#cv-result-sources th { - text-align: center; + text-align: left; } table#cv-result-sources tr:nth-child(even) { @@ -240,5 +240,3 @@ a:active#a-settings { color: #666; } a:active#cv-cached { color: #040; text-decoration: none; } a:hover#cv-cached { text-decoration: none; } a:hover#cv-cached span { display: block; } - -a.source-compare { font-weight: bold; } diff --git a/templates/index.mako b/templates/index.mako index 175f4ff..40a32e5 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -174,7 +174,7 @@ % for source in result.sources: ${source.url | h} - Compare + Compare % if source.skipped: <% skips = True %> Skipped