11/* main page styles */
2- .body {
2+ body .body {
33 font-family : sans-serif, Arial, Helvetica;
44 color : # 333333 ;
55}
66a : hover { text-decoration : underline; }
77a : link { text-decoration : none; }
88a { text-decoration : none; }
99
10- .page-header-left {
10+ table .body {
11+ border : 0 ;
12+ padding : 0 ;
13+ border-spacing : 0px ;
14+ border-collapse : separate;
15+ }
16+
17+ td .page-header-left {
1118 background-color : # cccc88 ;
1219 padding : 5px ;
1320}
1421
15- .page-header-top {
22+ td .page-header-top {
1623 background-color : # cccc88 ;
1724 border-bottom : 1px solid # dddd99 ;
1825 padding : 5px ;
@@ -81,14 +88,17 @@ table.form td.optional {
8188 font-weight : bold;
8289 font-style : italic;
8390 color : # 333333 ;
91+ empty-cells : show;
8492}
8593
8694table .form td {
8795 color : # 333333 ;
96+ empty-cells : show;
8897}
8998
9099table .form td .html {
91100 color : # 777777 ;
101+ empty-cells : show;
92102}
93103
94104/* style for lists */
@@ -124,20 +134,24 @@ table.list td {
124134}
125135
126136table .list td .normal {
137+ empty-cells : show;
127138}
128139
129140table .list td .alt {
130141 background-color : # efefef ;
142+ empty-cells : show;
131143}
132144
133145table .list td : first-child {
134146 border-left : 1px solid # 404070 ;
135147 border-right : 1px solid # 404070 ;
148+ empty-cells : show;
136149}
137150
138151table .list th : first-child {
139152 border-left : 1px solid # 404070 ;
140153 border-right : 1px solid # 404070 ;
154+ empty-cells : show;
141155}
142156
143157
@@ -168,6 +182,7 @@ table.messages td {
168182 border-top : 1px solid # afafaf ;
169183 border-bottom : 1px solid # afafaf ;
170184 color : black;
185+ empty-cells : show;
171186}
172187
173188/* style for file displays */
@@ -193,6 +208,7 @@ table.files th {
193208
194209table .files td {
195210 font-family : monospace;
211+ empty-cells : show;
196212}
197213
198214/* style for history displays */
@@ -221,6 +237,7 @@ table.history th {
221237table .history td {
222238 font-size : 90% ;
223239 vertical-align : top;
240+ empty-cells : show;
224241}
225242
226243/* style for "other" displays */
@@ -265,3 +282,26 @@ table.classlist th {
265282 text-align : left;
266283}
267284
285+
286+ /* style for class help display */
287+ table .classhelp {
288+ border-spacing : 0px ;
289+ border-collapse : separate;
290+ width : 100% ;
291+ }
292+
293+ table .classhelp th {
294+ font-weight : bold;
295+ text-align : left;
296+ color : # 707040 ;
297+ }
298+
299+ table .classhelp td {
300+ padding : 2 2 2 2 ;
301+ border : 1px solid black;
302+ text-align : left;
303+ vertical-align : top;
304+ empty-cells : show;
305+ }
306+
307+
0 commit comments