Browse Source

move logo to top, refactor inline css

pull/40/head
towards-a-new-leftypol 3 years ago
parent
commit
c3c87e29e6
  1. 19
      templates/themes/categories/news.html

19
templates/themes/categories/news.html

@ -1,14 +1,29 @@
{% filter remove_whitespace %}
<div class="introduction">
<style style="display:none;">
.home-logo {
display: block;
margin: auto;
margin-bottom: 1em;
min-width: 100px;
width: 15%;
}
.home-description {
margin: 20px auto 0 auto;
text-align: center;
max-width: 700px;"
}
</style>
{{ boardlist.top }}
<img src="{{ config.logo }}" alt="logo" class="home-logo">
<header>
<h1>{{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
<link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css">
<p style="margin:20px auto 0 auto;text-align:center;max-width:700px;">{{ description }}</p>
<p class="home-description" >{{ description }}</p>
</header>
<img src="{{ config.logo }}" alt="logo" style="display:block;margin:auto;min-width:100px;width:15%;">
</div>
<div class="content">
<div class="ban">

Loading…
Cancel
Save