File: roxterm_ie.css

package info (click to toggle)
roxterm 2.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,420 kB
  • sloc: ansic: 16,345; python: 2,263; sh: 124; makefile: 44; xml: 14
file content (58 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (2)
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
48
49
50
51
52
53
54
55
56
57
58
/* IE6/IE7 fixes */
h1, h2, h3, h4, .newsItemHeader, a {
	color:#4284C9;
}

a {
	font-weight:bold;
}

#Header ul li {
	display:inline;
}

#Header ul li a {
	border-color:#222;
	display:block;
}

* html #Middle,
* html #Content,
* html #SubNav {
	padding-top:0;
}

#Middle {
	min-width:60em;
	width:auto;
}

* html #Middle {
	margin-top:2em;
}

#SubNav {
	min-width:25%;
	width:auto;
}

* html #SubNav {
	padding-left:1em;
	float:left;
	position:static;
}

* html #Content.partialWidth {
	padding:0 0 15em;
	margin:0 !important;
	float:left;
}

h2, h2 a.pageAnchor {
	position:static;
	top:0;
}

* html h2 a.pageAnchor {
	display:inline;
}