mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01: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;
|
|
}
|