mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
19 lines
251 B
CSS
19 lines
251 B
CSS
/**
|
|
* Comments UI
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.post-comments {
|
|
padding: 10px;
|
|
}
|
|
|
|
.post-comments .comment-img-contener {
|
|
text-align: center;
|
|
}
|
|
|
|
.post-comments img.comment-img {
|
|
width: 100px !important;
|
|
height: auto !important;
|
|
float: none;
|
|
} |