diff --git a/LogBot/stylesheets/anarchive.css b/LogBot/stylesheets/anarchive.css index a63255a..115127a 100644 --- a/LogBot/stylesheets/anarchive.css +++ b/LogBot/stylesheets/anarchive.css @@ -44,6 +44,9 @@ h1 { margin: 2em 0 1em 5em; font-size: 12px; } +div.post p.date{ + display: none; +} .post p.message { float: left; margin: 0; diff --git a/LogBot/stylesheets/float.css b/LogBot/stylesheets/float.css index 9e87ef5..11a5fe2 100644 --- a/LogBot/stylesheets/float.css +++ b/LogBot/stylesheets/float.css @@ -18,7 +18,11 @@ body { margin: 2em 0 1em 5em; font-size: 12px; } -.post p.message { +div.post p.date{ + display: none; +} +div.post p.message, +div.post p.media { float: left; margin: 0; } diff --git a/LogBot/stylesheets/timeline.css b/LogBot/stylesheets/timeline.css index cd07661..a6b0939 100644 --- a/LogBot/stylesheets/timeline.css +++ b/LogBot/stylesheets/timeline.css @@ -10,15 +10,19 @@ body { font-size: 16px; line-height: 1.6; } -.post { +div.post { margin: 1em 0; clear: both; } -.post p.key { +div.post p.key { margin: 2em 0 0 5em; font-size: 12px; } -.post p.message { +div.post p.date{ + display: none; +} +div.post p.message, +div.post p.media { margin: 0; } img, diff --git a/LogBot/template.html b/LogBot/template.html index 7c0bfbb..2eb2b4b 100644 --- a/LogBot/template.html +++ b/LogBot/template.html @@ -14,6 +14,7 @@

{{ num }}

{{ db[num]['date'] }}

+ {% if 'media' in db[num] %}

{{ db[num]['media']['post'] }}

{% endif %}

{{ db[num]['post'] }}

{% endfor %}