mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix links to CSS types.
This commit is contained in:
@@ -11,10 +11,10 @@ The number of rows can be left unspecified and it will be computed automatically
|
||||
## Syntax
|
||||
|
||||
--8<-- "docs/snippets/syntax_block_start.md"
|
||||
grid-size: <a href="../css_types/integer.md"><integer></a> [<a href="../css_types/integer.md"><integer></a>];
|
||||
grid-size: <a href="../../css_types/integer"><integer></a> [<a href="../../css_types/integer"><integer></a>];
|
||||
--8<-- "docs/snippets/syntax_block_end.md"
|
||||
|
||||
The style `grid-size` takes one or two non-negative [`<integer>`](../../css_types/integer.md).
|
||||
The style `grid-size` takes one or two non-negative [`<integer>`](../../../css_types/integer).
|
||||
The first defines how many columns there are in the grid.
|
||||
If present, the second one sets the number of rows – regardless of the number of children of the grid –, otherwise the number of rows is computed automatically.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user