Skip to content

Commit

Permalink
[#1506][s]: Remove redundant/outdated code
Browse files Browse the repository at this point in the history
  • Loading branch information
teajaymars committed Mar 1, 2012
1 parent f3fbd70 commit 68d0050
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions ckan/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,6 @@ tbody tr:nth-child(even) td, tbody tr.even td {
tbody tr:nth-child(odd) td, tbody tr.odd td {
background-color: #F2F2F2;
}
tbody tr.table-empty td {
background: #f8f8f8;
border: 1px solid #eee;
font-style: italic;
color: #333;
font-size: 90%;
}


/* ==================== */
Expand Down
3 changes: 0 additions & 3 deletions ckan/templates/_util.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,6 @@
</td>
<td>${revision.message}</td>
</tr>
<tr py:if="not any(revisions)" class="table-empty">
<td colspan="5">(none)</td>
</tr>
</table>


Expand Down
1 change: 0 additions & 1 deletion ckan/templates/js_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
CKAN.Strings.urlIsUnchanged = "${_('This is the current URL.')}";
CKAN.Strings.urlIsAvailable = "${_('This URL is available!')}";
CKAN.Strings.urlIsNotAvailable = "${_('This URL is already used, please use a different one.')}";
CKAN.Strings.bracketsNone = "${_('(none)')}";
CKAN.Strings.failedToSave = "${_('Failed to save, possibly due to invalid data ')}";
CKAN.Strings.addDataset = "${_('Add Dataset')}";
CKAN.Strings.addGroup = "${_('Add Group')}";
Expand Down

0 comments on commit 68d0050

Please sign in to comment.