Display user tag

This commit is contained in:
Pierre
2018-05-03 21:56:58 +02:00
parent ee468de97d
commit a52e074e5b
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/**
* Profile information stylesheet
*
* @author Pierre HUBERT
*/
.user-tag-in-profile {
color: #6f737b;
text-align: center;
font-size: 90%;
margin-bottom: 10px;
}