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
59
| /*
| History:
| Last Updated: Carlos Miqueo on Nov 18, 2008
| Last Updated: Carlos Miqueo on May 12, 2008
| */
|
|
| .page dt,
| .page dd
| {
| float: left;
| margin-right: 1px;
| }
|
| body#content_body {
| padding: 0;
| margin: 0;
| }
|
|
| div#page_content_wrapper {
| padding-right: 15px;
| width:100%;
| }
|
| div#related {
| width: 100%;
| padding-right: 0 0 0 15px;
| margin: 0;
| }
|
| div#related h3 {
| font-size: 100%;
| }
|
| div#mnemonic h1 {
| width: 105%;
| padding-right: 2.5%;
| height: 24px !important;
| }
|
|
| /* For CS4 */
| div#mnemonic,
| div#searchbar { position:absolute !important; }
|
|
|
| /* For CS4v2 */
| #searchscope{
| top:20px !important; /* IE6 */
| }
|
|
| /* CS5 styles */
|
| #page_content_wrapper{
| margin-top:48px;
| }
|
|