|
58 | 58 | </a> |
59 | 59 | <table class="data-col2"> |
60 | 60 | <tr> |
61 | | - <td class="cron" width="239px"> |
| 61 | + <td class="cron" style="font-size:12pt" width="239px"> |
62 | 62 | <?php echo 'web ' . __('domain') ?> |
63 | 63 | </td> |
64 | | - <td class="domain"> |
65 | | - <b><?php echo $key ?></b> |
| 64 | + <td class="domain" style="font-weight:normal"> |
| 65 | + <?php echo $key ?> |
66 | 66 | </td> |
67 | 67 | </tr> |
68 | 68 | </table> |
|
95 | 95 | </a> |
96 | 96 | <table class="data-col2"> |
97 | 97 | <tr> |
98 | | - <td class="cron" width="239px"> |
| 98 | + <td class="cron" style="font-size:12pt" width="239px"> |
99 | 99 | <?php echo 'dns ' . __('domain') ?> |
100 | 100 | </td> |
101 | | - <td class="domain"> |
102 | | - <b><?php echo $key ?></b> |
| 101 | + <td class="domain" style="font-weight:normal""> |
| 102 | + <?php echo $key ?> |
103 | 103 | </td> |
104 | 104 | </tr> |
105 | 105 | </table> |
|
132 | 132 | </a> |
133 | 133 | <table class="data-col2"> |
134 | 134 | <tr> |
135 | | - <td class="cron" width="239px"> |
| 135 | + <td class="cron" style="font-size:12pt" width="239px"> |
136 | 136 | <?php echo 'mail ' . __('domain') ?> |
137 | 137 | </td> |
138 | | - <td class="domain"> |
139 | | - <b><?php echo $key ?></b> |
| 138 | + <td class="domain" style="font-weight:normal"> |
| 139 | + <?php echo $key ?> |
140 | 140 | </td> |
141 | 141 | </tr> |
142 | 142 | </table> |
|
169 | 169 | </a> |
170 | 170 | <table class="data-col2"> |
171 | 171 | <tr> |
172 | | - <td class="cron" width="239px"> |
| 172 | + <td class="cron" style="font-size:12pt" width="239px"> |
173 | 173 | <?php echo __('database') ?> |
174 | 174 | </td> |
175 | | - <td class="domain"> |
176 | | - <b><?php echo $key ?></b> |
| 175 | + <td class="domain" style="font-weight:normal"> |
| 176 | + <?php echo $key ?> |
177 | 177 | </td> |
178 | 178 | </tr> |
179 | 179 | </table> |
|
206 | 206 | </a> |
207 | 207 | <table class="data-col2"> |
208 | 208 | <tr> |
209 | | - <td class="cron" width="239px"> |
| 209 | + <td class="cron" style="font-size:12pt" width="239px"> |
210 | 210 | <?php echo __('cron') ?> |
211 | 211 | </td> |
212 | | - <td class="domain"> |
213 | | - <b><?php echo 'cron ' . __('records') ?></b> |
| 212 | + <td class="domain" style="font-weight:normal"> |
| 213 | + <?php echo 'cron ' . __('records') ?> |
214 | 214 | </td> |
215 | 215 | </tr> |
216 | 216 | </table> |
|
243 | 243 | </a> |
244 | 244 | <table class="data-col2"> |
245 | 245 | <tr> |
246 | | - <td class="cron" width="239px"> |
| 246 | + <td class="cron" style="font-size:12pt" width="239px"> |
247 | 247 | <?php echo __('user dir') ?> |
248 | 248 | </td> |
249 | | - <td class="domain"> |
250 | | - <b><?php echo $key ?></b> |
| 249 | + <td class="domain" style="font-weight:normal"> |
| 250 | + <?php echo $key ?> |
251 | 251 | </td> |
252 | 252 | </tr> |
253 | 253 | </table> |
|
0 commit comments