[Libreoffice-bugs] [Bug 143535] Border Radius
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 10 09:27:17 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=143535
--- Comment #2 from csongor at halmai.hu ---
Here is how I would do it in HTML:
```
table {
border-collapse: separate;
border-spacing: 0.2em;
border-radius: 1em;
border: 1px solid black;
margin: 3em;
}
td {
padding: 0.5em;
}
<table>
<tr><td>a</td><td>alfa</td></tr>
<tr><td>b</td><td>beta</td></tr>
</table>
```
I upload a screenshot too.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210810/cec80951/attachment.htm>
More information about the Libreoffice-bugs
mailing list