Skip to content

Commit 7a19c98

Browse files
committed
remove borders
1 parent 76bab6b commit 7a19c98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ consistently across all pyramid levels
1010
- **Backends:** HDF5 and Zarr on‑disk storage using **HDF5Array** and **Rarr** packages.
1111

1212
<table style="border: none!important">
13-
<tr>
14-
<td width="65%" valign="top">
13+
<tr style="border: none!important">
14+
<td width="65%" valign="top" style="border: none!important">
1515

1616
## What are image pyramids?
1717

@@ -28,7 +28,7 @@ if (!requireNamespace("BiocManager", quietly = TRUE)) {
2828
BiocManager::install("ImageArray")
2929
```
3030
</td>
31-
<td width="28%">
31+
<td width="28%" style="border: none!important">
3232
<img src="inst/extdata/dz-pyramid.png" alt="ImageArray logo" width="100%" hspace="10">
3333
</td>
3434
</tr>

0 commit comments

Comments
 (0)