blob: e59aba4595e4be8f5201d01a5e51ac7a7a9bf947 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#menubar, .content .navigationBar, UL.categoryActions,
.navThumb, #addComment {
display: none;
}
BODY {
margin: 0;
color: #000000;
background: #ffffff;
}
.content {
margin: 0;
}
|