equal
deleted
inserted
replaced
|
1 .indexbox, .indexboxcont, .group { |
|
2 zoom: 1; |
|
3 height: 1%; |
|
4 } |
|
5 |
|
6 .sidebar { |
|
7 margin-left: 3px; |
|
8 width: 199px; |
|
9 overflow: hidden; |
|
10 } |
|
11 |
|
12 .sidebar .search form { |
|
13 position: relative; |
|
14 } |
|
15 |
|
16 .sidebar .search form fieldset { |
|
17 position: absolute; |
|
18 margin-top: -1px; |
|
19 } |
|
20 |
|
21 .sidebar .search form input#searchstring { |
|
22 border: 1px solid #fff; |
|
23 height: 18px; |
|
24 } |
|
25 |
|
26 .wrap { |
|
27 zoom: 1; |
|
28 } |
|
29 |
|
30 .content, |
|
31 .toolbar { |
|
32 zoom: 1; |
|
33 margin-left: -3px; |
|
34 position: relative; |
|
35 } |
|
36 |
|
37 .indexbox { |
|
38 clear: both; |
|
39 } |
|
40 |
|
41 .indexboxcont .section { |
|
42 zoom: 1; |
|
43 float: left; |
|
44 } |
|
45 |
|
46 .indexboxcont .sectionlist { |
|
47 zoom: 1; |
|
48 float: left; |
|
49 } |
|
50 |
|
51 .wrap .toolbar .toolbuttons li { |
|
52 text-indent: 0; |
|
53 margin-right: 8px; |
|
54 } |