summaryrefslogtreecommitdiff
path: root/themes/compact/theme.css
blob: f9ff384b7e6133b1f8e139b7b2b91f429c631923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#feeds-holder {
	border-width : 0px 1px 0px 0px;
	top : 0px;
	bottom : 0px;
	background : white;
}

#header {
	left : 270px;
}

#toolbar {
	font-size : small;
}

#toolbar input {
	font-size : small;
}

div.headlines_cdm {
	border-width : 1px 0px 0px 0px;
	bottom : 0px;
}

#content-frame {
	border-width : 1px 0px 0px 0px;
	bottom : 0px;
}

div.postReply {
	font-size : small;
	padding : 0px;
	margin : 0px;
}

div.postReply div.postHeader {
	border-width : 0px 0px 1px 1px;
}

#prefContent {
	bottom : 0px;
}

#footer, #prefFooter {
	display : none;
}