mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove inclusion of old css types snippets.
Supposedly, this had been done in an earlier commit for all styles. Apparently, I forgot to open styles references that were one level deeper in the directory, so the pages about grid, links, and scrollbar colors still included the css types values directly in their reference pages.
This commit is contained in:
@@ -14,10 +14,6 @@ column-span: <a href="../../css_types/integer"><integer></a>;
|
||||
|
||||
The style `column-span` accepts a single non-negative [`<integer>`](../../../css_types/integer) that quantifies how many columns the given widget spans.
|
||||
|
||||
### Values
|
||||
|
||||
--8<-- "docs/snippets/type_syntax/integer.md"
|
||||
|
||||
## Example
|
||||
|
||||
The example below shows a 4 by 4 grid where many placeholders span over several columns.
|
||||
|
||||
Reference in New Issue
Block a user