Merge pull request #101 from Mins/master
Further updates to tuxlite_zf theme.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 115 KiB |
@@ -5,9 +5,7 @@ ol li ul, ol li ol {
|
|||||||
margin-bottom: 1.25em;
|
margin-bottom: 1.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul, ol, dl {
|
article { padding-left:1em; }
|
||||||
list-style-position: inside;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Base.html - top navigation */
|
/* Base.html - top navigation */
|
||||||
@@ -34,8 +32,10 @@ text-transform: uppercase;
|
|||||||
|
|
||||||
|
|
||||||
/* Index.html - posts */
|
/* Index.html - posts */
|
||||||
h3.article-title { margin-bottom: 0em; }
|
h3.article-title {
|
||||||
.article-title a { color: #222222; }
|
margin-bottom: 0em;
|
||||||
|
color: #3A91CB;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Article infos | infos_bottom.html */
|
/* Article infos | infos_bottom.html */
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
{# First item #}
|
{# First item #}
|
||||||
{% if loop.first and not articles_page.has_previous() %}
|
{% if loop.first and not articles_page.has_previous() %}
|
||||||
<article>
|
<article>
|
||||||
<h3 class="article-title"><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h3>
|
<a href="{{ SITEURL }}/{{ article.url }}"><h3 class="article-title">{{ article.title }}</h3></a>
|
||||||
{% include 'article_infos.html' %}{{ article.content }}{% include 'article_infos_bottom.html' %}{% include 'comments.html' %}
|
{% include 'article_infos.html' %}{{ article.content }}{% include 'article_infos_bottom.html' %}{% include 'comments.html' %}
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user