Renamed discussions to conversations

This commit is contained in:
Pierre
2017-06-07 19:24:48 +02:00
parent ee02b522bf
commit 07c6fc4be7
11 changed files with 152 additions and 146 deletions

View File

@@ -0,0 +1,16 @@
/**
* 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;
}