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