]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_content.html.erb
Add a page-wide bottom border to heading sections
[rails.git] / app / views / layouts / _content.html.erb
index bd5c43f02cefa346945742d830ab4cb21b885420..9e28c0771b867d49122a178f181aed49bbd962b3 100644 (file)
@@ -4,7 +4,7 @@
   <% else %>
     <%= render :partial => "layouts/flash", :locals => { :flash => flash } %>
     <% if content_for? :heading %>
-      <div class="content-heading bg-body-secondary">
+      <div class="content-heading bg-body-secondary border-bottom border-secondary-subtle">
         <div class="content-inner <%= yield :heading_class %>">
           <%= yield :heading %>
         </div>