blob: f966d6cfc7972681d82b169d70cdb863a1b0cb4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#menubar, .content .navigationBar, UL.categoryActions, .content .calendarViews, .calendarBar,
#imageToolBar, .navThumb, #addComment {
display: none;
}
BODY {
margin: 0;
color: #000;
background: #fff;
}
BODY#theCategoryPage .content {
margin: 0 !important;
}
|