Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/blog-entry.tmpl

Issue 29536654: Issue 5102 - Replaced semantically incorrect <hr> elements with :after styles (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Created Sept. 5, 2017, 2:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: templates/blog-entry.tmpl
===================================================================
--- a/templates/blog-entry.tmpl
+++ b/templates/blog-entry.tmpl
@@ -22,17 +22,16 @@
{% endif %}
{% block head %}
<meta property="og:article:published_time" content="{{ published_date }}">
<meta name="author" content="{{ author }}">
{% endblock %}
{% block blog %}
<article role="main">
<h1>{{ title }}</h1>
- <hr>
<div class="row">
<div class="col-6 push-6">
<img
class="block"
src="{{ featured_img_url }}"
alt="{{ featured_img_alt }}">
</div>
<div class="col-6 pull-6 m-b-xl">
« static/scss/content/_typography.scss ('K') | « static/scss/content/_typography.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld