From b4f6470fdeab2a66066ece780620b1c7376ccf72 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 6 Apr 2015 10:35:32 -0400 Subject: [PATCH] Revert "Show modified date in UI." This reverts commit 98a41a571987b946c25c9df86d5da31207a8a696. --- media/css/style.scss | 7 +------ snipts/templates/snipts/snipt-js-template.html | 3 +-- snipts/templates/snipts/snipt-list.html | 3 +-- templates/base.html | 2 +- 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/media/css/style.scss b/media/css/style.scss index 4d4c4b0..079e5a5 100644 --- a/media/css/style.scss +++ b/media/css/style.scss @@ -1241,13 +1241,8 @@ article.snipt { } &.raw { background-image: none; - color: #3899B5; float: right; - margin-right: 10px; - - a { - color: #3899B5; - } + margin-right: 130px; } &.tweet { background: none; diff --git a/snipts/templates/snipts/snipt-js-template.html b/snipts/templates/snipts/snipt-js-template.html index eaf359d..c500316 100644 --- a/snipts/templates/snipts/snipt-js-template.html +++ b/snipts/templates/snipts/snipt-js-template.html @@ -82,13 +82,12 @@ <% if (!snipt.new_from_js) { %>
  • <%= snipt.created_formatted %>
  • <% } %> -
  • Edited <%= snipt.modified %>
  • <% if (snipt.public && !window.detail) { %>
  • <% } %>
  • Raw / - Nice + Raw Nice
  • diff --git a/snipts/templates/snipts/snipt-list.html b/snipts/templates/snipts/snipt-list.html index e378461..f907093 100644 --- a/snipts/templates/snipts/snipt-list.html +++ b/snipts/templates/snipts/snipt-list.html @@ -163,13 +163,12 @@ {% else %}
  • {{ snipt.created|naturaltime }}
  • {% endif %} -
  • Edited {{ snipt.modified|naturaltime }}
  • {% if snipt.public and not detail %}
  • {% endif %}
  • Raw / - Nice + Raw Nice
  • {% if detail and snipt.public %}
  • diff --git a/templates/base.html b/templates/base.html index 06b9a1b..a89a9b2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -41,7 +41,7 @@ {% else %} - + {% endif %} {% if has_snipts and not detail %}