Display comments date smaller
Cette révision appartient à :
Parent
64622c3601
révision
9c9db7af0d
2 fichiers modifiés avec 7 ajouts et 2 suppressions
|
@ -377,4 +377,9 @@ footer {
|
|||
position: relative;
|
||||
top: -0.5rem;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.comment-date {
|
||||
font-size: smaller;
|
||||
width: auto; /* Undo bootstrap's fixed width */
|
||||
}
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
<a href="{{$.URL.Parse (printf "/user/%d/-" .UserID ) }}">{{.Username}}</a>
|
||||
{{end}}
|
||||
</div>
|
||||
<div class="col-md-2 date-short">
|
||||
<div class="col-md-1 date-short comment-date">
|
||||
{{.Date}}
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
|
|
Référencer dans un nouveau ticket