mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
20 lines
270 B
CSS
20 lines
270 B
CSS
/**
|
|
* Profile information stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.user-tag-in-profile {
|
|
color: #6f737b;
|
|
text-align: center;
|
|
font-size: 90%;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.about-user-box {
|
|
word-break: break-all;
|
|
}
|
|
|
|
.about-user-box .emoji {
|
|
height: 1em !important;
|
|
} |