Преглед изворни кода

Meant to align left, not center.

pull/24/head
Ben Kurtovic пре 9 година
родитељ
комит
86c9bb2290
2 измењених фајлова са 2 додато и 4 уклоњено
  1. +1
    -3
      static/style.css
  2. +1
    -1
      templates/index.mako

+ 1
- 3
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; }

+ 1
- 1
templates/index.mako Прегледај датотеку

@@ -174,7 +174,7 @@
% for source in result.sources:
<tr>
<td><a href="${source.url | h}">${source.url | h}</a></td>
<td><a class="source-compare" href="${request.url | httpsfix, h}&amp;action=compare&amp;url=${source.url | u}">Compare</a></td>
<td><a href="${request.url | httpsfix, h}&amp;action=compare&amp;url=${source.url | u}">Compare</a></td>
% if source.skipped:
<% skips = True %>
<td><span class="source-skipped">Skipped</span></td>


Loading…
Откажи
Сачувај