mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
16 lines
253 B
CSS
16 lines
253 B
CSS
/**
|
|
* Conversations windows
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
#conversationsElem .box {
|
|
width: 250px;
|
|
height: 350px;
|
|
max-width: 100%;
|
|
/*display: inline-block;*/
|
|
display: inline-table;
|
|
margin-left: 5px;
|
|
text-align: justify;
|
|
margin-bottom: 0px;
|
|
} |