mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
16 lines
217 B
CSS
16 lines
217 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;
|
|
} |