mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
14 lines
181 B
CSS
14 lines
181 B
CSS
#menubar, .content .navigationBar,
|
|
.navThumb, #addComment {
|
|
display: none;
|
|
}
|
|
|
|
BODY {
|
|
margin: 0;
|
|
color: #000000;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.content {
|
|
margin: 0;
|
|
}
|