summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3afc7eb)
Fixes #3302
Also fixes an error where the h5 tag was closed incorrectly.
.byosm span {
display: inline-block;
.byosm span {
display: inline-block;
- width: 20px;
- margin-left: -20px;
+ width: 1em;
+ margin-left: -1em;
<div class='row'>
<div class='col-sm-7 user-image'></div>
<div class='col-sm-5 px-5 py-3 byosm'>
<div class='row'>
<div class='col-sm-7 user-image'></div>
<div class='col-sm-5 px-5 py-3 byosm'>
- <h5 class='text-white text-nowrap'><%= t ".copyright_html", :locale => @locale %></h4>
+ <h5 class='text-white text-nowrap'><%= t ".copyright_html", :locale => @locale %></h5>
</div>
</div>
<div class='row'>
</div>
</div>
<div class='row'>