diff options
| -rw-r--r-- | static-files/style/journal.css | 5 | ||||
| -rw-r--r-- | templates/journal_page.html | 7 | 
2 files changed, 0 insertions, 12 deletions
| diff --git a/static-files/style/journal.css b/static-files/style/journal.css index 673268d..0c3a80d 100644 --- a/static-files/style/journal.css +++ b/static-files/style/journal.css @@ -48,11 +48,6 @@ html {    text-align: center;  } -#main-button-bar { -  text-align: right; -  align: right; -} -  #main-title-box {  } diff --git a/templates/journal_page.html b/templates/journal_page.html index a6e3ef6..dd3c8c7 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -17,15 +17,8 @@  {.section body}    <h1 id="main-title"><a href="{root|html-attr-value}">{site-name|html}</a></h1> -    <div id="main-subtitle">{site-subtitle|html}</div> -  <div id="main-button-bar"> -    <a href="http://flattr.com/thing/93957/Kompottkins-Weisheiten" target="_blank"> -      <img src="/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /> -    </a> -  </div> -    {.section info-messages}    <div id="info-messages">      {.repeated section @} | 
