From e8295ce546bf1b2156cc04a8ddd9babac0f3569d Mon Sep 17 00:00:00 2001 From: MrLuit Date: Tue, 22 Nov 2016 10:37:16 +0100 Subject: [PATCH] Fixed td error --- css/styles.sass | 6 ++++++ index.html | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/css/styles.sass b/css/styles.sass index bea0e43..98148b0 100644 --- a/css/styles.sass +++ b/css/styles.sass @@ -10,6 +10,12 @@ body a color: inherit +td.tweet + display: flex + +div.tweet + margin-left: 10px + // begin .navbar-form border: none diff --git a/index.html b/index.html index d476894..1a21b45 100644 --- a/index.html +++ b/index.html @@ -129,7 +129,7 @@ comments: false {% endif %} {% endfor %} - + {% capture status %}{% if point.status == "notStarted" %} hasn't started {%elsif point.status == "broken" %} broke {% elsif point.status == "achieved" %} achieved {% else %}{% endif %}{% endcapture %} {% capture message %}@realDonaldTrump{{ status }}promise no. {% increment issue_number %}: {{ point.text | truncate: 52 }} on{% endcapture %}{% capture tweettext%}{{ message }}&hashtags=TrumpTracker&{% endcapture %} @@ -139,12 +139,12 @@ comments: false - - +
{% endif %} {% if point.comments %}  Comment {% endif %} +
{% endfor %}