[Libreoffice-bugs] [Bug 143535] Border Radius

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 10 09:30:32 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=143535

--- Comment #4 from csongor at halmai.hu ---
Rounding the individual cells also would be nice. 

Here is the CSS for it:

table {
  border-collapse: separate;
  border-spacing: 0.2em;
  margin: 3em;
}

td {
  padding: 0.5em;
  border-radius: 0.3em;
  border: 1px solid black;
}

-- 
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/5b127612/attachment.htm>


More information about the Libreoffice-bugs mailing list