From 86c9bb22904374e5c214267752628e4d21110522 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 5 Sep 2014 00:18:02 -0500 Subject: [PATCH] Meant to align left, not center. --- static/style.css | 4 +--- templates/index.mako | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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