Commit e495582
authored
Infra: CSS: Show borders around merged cells (GH-4817)
Showing all borders around cells fixes the presentation for "merged" cells
(rowspan/colspan, like in PEP 393).
`<table>` elements already have `border-collapse` set, which means
that adjacent borders are merged.
It's not necessary to set inside borders only on cells & outside ones
on the table.1 parent e03cc90 commit e495582
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | 239 | | |
241 | 240 | | |
242 | 241 | | |
| |||
245 | 244 | | |
246 | 245 | | |
247 | 246 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | 247 | | |
252 | 248 | | |
253 | 249 | | |
254 | 250 | | |
| 251 | + | |
255 | 252 | | |
256 | 253 | | |
257 | 254 | | |
258 | 255 | | |
259 | 256 | | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | 257 | | |
265 | 258 | | |
266 | 259 | | |
| |||
0 commit comments