Skip to content

Commit

Permalink
lua_api.txt: Fix style selector examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Df458 committed Mar 21, 2021
1 parent 44ed05d commit afe988d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/lua_api.txt
Expand Up @@ -2679,7 +2679,7 @@ Elements
* `span=<value>`: number of following columns to affect
(default: infinite).

### `style[<selector 1>,<selector 2>;<prop1>;<prop2>;...]`
### `style[<selector 1>,<selector 2>,...;<prop1>;<prop2>;...]`

* Set the style for the element(s) matching `selector` by name.
* `selector` can be one of:
Expand All @@ -2692,7 +2692,7 @@ Elements
* See [Styling Formspecs].


### `style_type[<selector 1>,<selector 2>;<prop1>;<prop2>;...]`
### `style_type[<selector 1>,<selector 2>,...;<prop1>;<prop2>;...]`

* Set the style for the element(s) matching `selector` by type.
* `selector` can be one of:
Expand Down Expand Up @@ -2765,10 +2765,10 @@ Styling Formspecs

Formspec elements can be themed using the style elements:

style[<name 1>,<name 2>;<prop1>;<prop2>;...]
style[<name 1>:<state>,<name 2>:<state>;<prop1>;<prop2>;...]
style_type[<type 1>,<type 2>;<prop1>;<prop2>;...]
style_type[<type 1>:<state>,<type 2>:<state>;<prop1>;<prop2>;...]
style[<name 1>,<name 2>,...;<prop1>;<prop2>;...]
style[<name 1>:<state>,<name 2>:<state>,...;<prop1>;<prop2>;...]
style_type[<type 1>,<type 2>,...;<prop1>;<prop2>;...]
style_type[<type 1>:<state>,<type 2>:<state>,...;<prop1>;<prop2>;...]

Where a prop is:

Expand Down

0 comments on commit afe988d

Please sign in to comment.