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;
|
|
}
|