Fixed some styles for hrs and visited footnotes
This commit is contained in:
parent
86f7671ff6
commit
cda0d1c23b
5 changed files with 10 additions and 6 deletions
|
@ -18,6 +18,10 @@ article.blog-post
|
||||||
img
|
img
|
||||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
|
||||||
|
|
||||||
|
.footnotes
|
||||||
|
a:visited
|
||||||
|
color: lighten($highlight-color, 20%)
|
||||||
|
|
||||||
blockquote
|
blockquote
|
||||||
display: block
|
display: block
|
||||||
background: #eee
|
background: #eee
|
||||||
|
|
|
@ -14,7 +14,7 @@ a
|
||||||
&.no-underline
|
&.no-underline
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
hr.light
|
hr
|
||||||
border: 0px
|
border: 0px
|
||||||
margin: 1em 0 1em 0
|
margin: 1em 0 1em 0
|
||||||
border-top: #CCC 1px solid
|
border-top: #CCC 1px solid
|
||||||
|
|
|
@ -23,14 +23,14 @@
|
||||||
<header>
|
<header>
|
||||||
<h1>Felipe Martín</h1>
|
<h1>Felipe Martín</h1>
|
||||||
<img class="avatar" src="{{ '/static/images/avatar.jpg'|asseturl }}">
|
<img class="avatar" src="{{ '/static/images/avatar.jpg'|asseturl }}">
|
||||||
<hr class="light" />
|
<hr />
|
||||||
<nav>
|
<nav>
|
||||||
<a {% if this.path == '/' %}class="text-bold"{% endif %} href="{{ '/'|url }}">/home</a>
|
<a {% if this.path == '/' %}class="text-bold"{% endif %} href="{{ '/'|url }}">/home</a>
|
||||||
{% for section in site.get('/').children %}
|
{% for section in site.get('/').children %}
|
||||||
<a {% if this.is_child_of(section) %}class="text-bold"{% endif %} href="{{ section|url }}">{{ section.path }}</a>
|
<a {% if this.is_child_of(section) %}class="text-bold"{% endif %} href="{{ section|url }}">{{ section.path }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</nav>
|
</nav>
|
||||||
<hr class="light" />
|
<hr />
|
||||||
<ul class="social text-size-small">
|
<ul class="social text-size-small">
|
||||||
<li>
|
<li>
|
||||||
<span class="title">E-mail</span>
|
<span class="title">E-mail</span>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<a href="{{ '/about'|url }}">[+ more]</a>
|
<a href="{{ '/about'|url }}">[+ more]</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr class="light" />
|
<hr />
|
||||||
<ul class="social text-size-small">
|
<ul class="social text-size-small">
|
||||||
<li>
|
<li>
|
||||||
<span class="title">Site created using</span>
|
<span class="title">Site created using</span>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<h3 class="title"><a href="{{ post|url }}">{{ post.title }}</a></h3>
|
<h3 class="title"><a href="{{ post|url }}">{{ post.title }}</a></h3>
|
||||||
<div class="info">{{ post.pub_date.strftime("%B %d, %Y") }}</div>
|
<div class="info">{{ post.pub_date.strftime("%B %d, %Y") }}</div>
|
||||||
</article>
|
</article>
|
||||||
<hr class="light">
|
<hr />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{{ this.body }}
|
{{ this.body }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -19,6 +19,6 @@
|
||||||
{{ post.edit_comment }}
|
{{ post.edit_comment }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<hr class="light">
|
<hr />
|
||||||
</article>
|
</article>
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue