mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Display images associated with comments.
This commit is contained in:
@ -4,6 +4,16 @@
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
.post-comments{
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user