Stop using obsoleted "-moz-border-radius" and "-webkit-border-radius" properties

Fixes #480
This commit is contained in:
nameanyone
2014-03-18 16:38:52 -07:00
parent bdbbf94326
commit 7616c4ce7d
5 changed files with 11 additions and 21 deletions
@@ -28,7 +28,7 @@ If you wish to use macros and transclusions in your stylesheets you should inste
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
body.tw-body pre {
<<border-radius 7px>>
<<box-shadow "inset 0 1px 0 #fff">>
}
```
@@ -39,7 +39,6 @@ The `\rules` pragma at the top of the tiddler restricts the WikiText to just all
Several globally available macros are provided that are helpful in constructing stylesheets. See [[$:/core/ui/PageStylesheet]] for the definitions of these macros.
* `<<colour name>>` and `<<color name>>` retrieve named colours from the current [[colour palette|ColourPalettes]]
* `<<border-radius radius>>` specify a border-radius
* `<<box-shadow shadow>>` specify a box-shadow
* `<<filter filter>>` specify a CSS filter
* `<<transition transition>>` specify a CSS transition