Fix member index page missing colon.

This commit is contained in:
BoHung Chiu 2021-10-26 10:29:20 +08:00
parent 936f55edf9
commit 136d2d60cf
2 changed files with 7 additions and 1 deletions

View File

@ -23,7 +23,13 @@
//RWD
@import "RWD";
span.i-member-title:after {
content: ":";
}
span.i-member-title {
font-weight: bold;
}
.dropdown-toggle:focus {
// outline: 2px solid #43B5FC;
outline: transparent;

View File

@ -14,7 +14,7 @@
<div class="i-member-profile-data-wrap col-sm-8 col-xs-8">
<ul class="i-member-profile-list" data-list="profile_data" data-level="3">
<li class="i-member-profile-item">
<span class="i-member-title {{title_class}}">{{title}}:</span>
<span class="i-member-title {{title_class}}">{{title}}</span>
<span class="i-member-value {{value_class}}">{{value}}</span>
</li>
</ul>