mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-04-30 18:42:43 +02:00
15 lines
181 B
CSS
15 lines
181 B
CSS
#menubar, .content .navigationBar,
|
|
.navThumb, #addComment {
|
|
display: none;
|
|
}
|
|
|
|
BODY {
|
|
margin: 0;
|
|
color: #000000;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.content {
|
|
margin: 0;
|
|
}
|