docs->DOCS fixed
[mailer.git] / DOCS / en / CSS-PATCHES_05092004.txt
1 You may want to to change the follow files to fully update to the new version:
2
3 [-- OPEN: --]
4 css/general.css
5
6 [-- DELETE COMPLETELY: ---]
7 span.fatal {
8         ...
9 }
10
11 [-- DELETE COMPLETELY: ---]
12 .submit {
13         ...
14 }
15
16 [-- DELETE COMPLETELY: ---]
17 .admin_choice {
18         ...;
19         ...;
20         ...;
21 }
22
23 [-- SEARCH FOR: --]
24 .guest_menu_whats
25
26 [-- REPLACE WITH: --]
27 .guest_menu_row, .guest_menu_bottom
28
29 [-- SEARCH FOR: --]
30 .guest_menu_row, .guest_menu_bottom
31
32 [-- CONTINUE SEARCH: --]
33 }
34
35 [-- ADD BEFORE: --]
36         padding-left: 10px;
37         vertical-align: middle;
38
39 [-- DELETE COMPLETELY: --]
40 .footer {
41         ...;
42         ...
43 }
44
45 [-- SEARCH FOR: --]
46 .footer.lines
47
48 [-- REPLACE WITH: --]
49 .footer_lines
50
51 [-- CONTINUE SEARCH: --]
52      vertical-align      : bottom;
53      font-size           : 10px;
54 }
55
56 [-- COMMENT: --]
57 In template member_header.tpl.de was an error. Mayb this is fixed in your new version.
58
59 [-- OPEN: --]
60 templates/member_header.tpl.de
61
62 [-- SEARCH ON EOL AND REMOVE: --]
63 <TABLE border="0" cellspacing="0" cellpadding="0" width="100%" class="guest">
64
65 [-- COMMENT: --]
66 If you want to have back the small dot (&middot;) in front of every menu point, please change following things:
67 It is a good idea to keep the current files as described below when you want to use images for your menus
68
69 [-- OPEN: --]
70 templates/guest_menu_bottom.tpl.de
71
72 [-- SEARCH FOR: --]
73 $content
74
75 [-- ADD BEFORE: --]
76 <strong><big>&middot;</big></strong>&nbsp;
77
78 [-- OPEN: --]
79 templates/guest_menu_row.tpl.de
80
81 [-- SEARCH FOR: --]
82 $content
83
84 [-- ADD BEFORE: --]
85 <strong><big>&middot;</big></strong>&nbsp;
86
87 [-- CLOSE/SAVE FILES --]