15 lines
216 B
CSS
15 lines
216 B
CSS
|
#menubar, .content .navigationBar, UL.categoryActions,
|
||
|
#imageToolBar, .navThumb, #addComment {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
BODY {
|
||
|
margin: 0;
|
||
|
color: #000000;
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
margin: 0;
|
||
|
}
|