All public logs

From SoftDiamond Wiki
Jump to navigationJump to search

Combined display of all available logs of SoftDiamond Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:00, 17 March 2023 SoftDiamond talk contribs created page Border radius (Created page with "{{documentation subpage}} This is intended to be used in a CSS context as a shorter way of expressing border radii. It uses several vendor-specific prefixes, as well as the standard CSS3 <code>border-radius</code>. ==Examples== <pre> <div style="border: 1px solid black; {{border radius|5px}}">Test</div> </pre> Produces: <div style="border: 1px solid black; {{border radius|5px}}">Test</div> Source: <pre> <div style="border: 1px solid black; border-radius: 5px; -webkit-bo...")