diff --git a/static/css/screen.css b/static/css/screen.css index 09676ac149452c5d85a2a2ffad9866a637131878..a17a4daa444293ee6e12c19ca92f718faa18f9d9 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -56,9 +56,11 @@ body { color: #444; } #header, #wrapper, #controls ul { - width: 750px; + /*width: 1000px; margin: 0 0 0 185px; - padding: 0 20px; + padding: 0 20px;*/ + width: 75%; + margin: auto; } a { @@ -99,13 +101,14 @@ blockquote { color: #DDD; float: left; clear: both; - width: 160px; + /*width: 160px;*/ + width: 100px; font-size: 1.5em; line-height: 1em; - margin: 0 20px 1em 0; + margin: 0 0 1em 0; } .post { - margin: 0 0 4.5em 180px; + margin: 0 0 4.5em 100px; } .post.archives { margin-bottom: 1.5em; diff --git a/templates/article_stub.html b/templates/article_stub.html index 518c57b6ca428d75a57256e8f5133305ca014547..dd11d9cecf6bc2e154190039f7d5671fadeda99e 100644 --- a/templates/article_stub.html +++ b/templates/article_stub.html @@ -12,27 +12,5 @@ {{ article.content }} - <div class="clear"></div> - <div class="info"> - {% if article.pinned -%} - <a href="{{ SITEURL }}/{{ article.url }}">posted {{ article.date.strftime("%B %d, %I:%M %Y") }}</a> - {%- else -%} - <a href="{{ SITEURL }}/{{ article.url }}">posted at {{ article.date.strftime("%I:%M %Y") }}</a> - {%- if article.category.name != "Uncategorized" -%} - · <a href="{{ SITEURL }}/{{ article.category.url }}" rel="tag">{{ article.category }}</a> - {%- endif %} - {% if article.tags %} - - <div class="tags">{% for t in article.tags %} - - <a href="{{ SITEURL }}/{{ t.url }}" {%- if tag and tag.name == t.name %} class="selected"{% endif -%}>{{ t }}</a> - {%- endfor %} - - </div> - {%- endif %} - {% endif %} - - </div> - <div class="clear"></div> </div> diff --git a/templates/base.html b/templates/base.html index 3f7726f77ec480e229172c461134e6f80b79ca2a..4e60f08cbfb3d8d7c38fc6743774e2e2caf97521 100644 --- a/templates/base.html +++ b/templates/base.html @@ -53,9 +53,11 @@ <div class="clear"></div> <div id="footer"> <p> - Mockingbird theme by <a href="http://nevanscott.com/">Nevan Scott</a> - · + <!--Mockingbird theme by <a href="http://nevanscott.com/">Nevan Scott</a> + ·--> <a class="atom" href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}">Feed</a> + · + <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br /> </div> </div> <div class="clear"></div>