Projet

Général

Profil

0001-theme.html-remove-unnecessary-br.clear-tag-38221.patch

Thomas Jund, 06 décembre 2019 14:57

Télécharger (1,05 ko)

Voir les différences:

Subject: [PATCH] theme.html: remove unnecessary br.clear tag (#38221)

 static/includes/_layout.scss | 1 +
 templates/theme.html         | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)
static/includes/_layout.scss
147 147

  
148 148
#footer-wrapper {
149 149
	clear: both;
150
	margin-top: 1.5em;
150 151
	padding: 0.7em 0 1.5em 0;
151 152
	background-color: $footer-background;
152 153
	color: $footer-color;
templates/theme.html
134 134
    </div> <!-- #content -->
135 135
    {% block content-post %}{% endblock %}
136 136

  
137
    <br class="clear"/>
138

  
139 137
    </div> <!-- #main-content -->
140 138
    </div> <!-- #main-content-wrapper -->
141 139
   </main>
142
-