mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-20 00:30:43 +00:00
Stop using obsoleted "-moz-border-radius" and "-webkit-border-radius" properties
Fixes #480
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user