mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
14 lines
198 B
CSS
14 lines
198 B
CSS
/**
|
|
* Access To Page Forbidden stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
/**
|
|
* Callout special stylesheet
|
|
*/
|
|
.user_page_access_forbidden {
|
|
margin: auto;
|
|
margin-top: 30px;
|
|
max-width: 500px;
|
|
} |