瀏覽代碼

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 { table#cv-result-sources th {
text-align: center;
text-align: left;
} }


table#cv-result-sources tr:nth-child(even) { 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:active#cv-cached { color: #040; text-decoration: none; }
a:hover#cv-cached { text-decoration: none; } a:hover#cv-cached { text-decoration: none; }
a:hover#cv-cached span { display: block; } 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: % for source in result.sources:
<tr> <tr>
<td><a href="${source.url | h}">${source.url | h}</a></td> <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: % if source.skipped:
<% skips = True %> <% skips = True %>
<td><span class="source-skipped">Skipped</span></td> <td><span class="source-skipped">Skipped</span></td>


Loading…
取消
儲存