1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-03-20 18:14:30 +00:00

14 lines
188 B
CSS
Raw Normal View History

/**
* Network error stylesheet
*
* @author Pierre HUBERT
*/
#networkErrorMessage {
position: fixed;
bottom: 2px;
left: 1px;
width: 300px;
max-width: 100%;
text-align: justify;
}