diff options
-rw-r--r-- | design/sass/_writing_details.scss | 5 | ||||
-rw-r--r-- | design/templates/details/src_entry.html | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/design/sass/_writing_details.scss b/design/sass/_writing_details.scss index 4c8d835..f69092d 100644 --- a/design/sass/_writing_details.scss +++ b/design/sass/_writing_details.scss @@ -257,11 +257,6 @@ img.picwide { max-width: $max_width *.99; } } -.src img.picwide { - @include breakpoint(epsilon) { - margin-left: 0; - } -} .picwide figcaption { margin-bottom: 2em; border-bottom: 1px solid #eae6e6; diff --git a/design/templates/details/src_entry.html b/design/templates/details/src_entry.html index c57cf45..1c38e94 100644 --- a/design/templates/details/src_entry.html +++ b/design/templates/details/src_entry.html @@ -28,7 +28,7 @@ <li><a href="/src/"><code>src</code></a></li> </ul> <main role="main"> - <article class="h-entry hentry post--article{% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %} post--article--double{%endif%}{%endwith%}" itemscope itemType="http://schema.org/Article"> + <article class="hentry post--article{% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %} post--article--double{%endif%}{%endwith%}" itemscope itemType="http://schema.org/Article"> <header id="header" class="post--header {% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %}post--header--double{%endif%}{%endwith%}"> <h1 class="p-name entry-title post--title" itemprop="headline">{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|safe|smartypants}}{%else%}{{object.title|safe|smartypants|widont}}{%endif%}</h1> {% if object.slug != 'about' %}<time class="dt-published published dt-updated post--date" datetime="{{object.pub_date|date:'c'}}" itemprop="datePublished">{{object.pub_date|date:"F"}} <span>{{object.pub_date|date:"j, Y"}}</span></time>{%endif%} |