Template:Border radius2/doc: Revision history

From SoftDiamond Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 March 2023

22 February 2023

  • curprev 23:4323:43, 22 February 2023SoftDiamond talk contribs 1,479 bytes +1,479 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>. This code was borrowed from https://dwarffortresswiki.org/index.php/Template:Border_radius/doc. ==Examples== <pre> <div style="border: 1px solid black; {{border radius|5px}}">Test</div> </pre> Produces: <div style="border: 1px solid black; {{border radius|5px..."