mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
31 lines
435 B
CSS
31 lines
435 B
CSS
|
/*
|
||
|
|
||
|
Jappix - An open social platform
|
||
|
This is the anonymous mode CSS stylesheet for Jappix
|
||
|
|
||
|
-------------------------------------------------
|
||
|
|
||
|
License: AGPL
|
||
|
Author: Valérian Saliou
|
||
|
Last revision: 06/11/10
|
||
|
|
||
|
*/
|
||
|
|
||
|
#top-content {
|
||
|
min-width: 500px !important;
|
||
|
}
|
||
|
|
||
|
#main-content {
|
||
|
min-width: 490px !important;
|
||
|
min-height: 450px !important;
|
||
|
}
|
||
|
|
||
|
#left-content {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#right-content {
|
||
|
left: 0 !important;
|
||
|
right: 0 !important;
|
||
|
}
|