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