Sundeep Agarwal
dffdb63e9d
fixed typos
2022-11-28 10:17:26 +05:30
Dave Pearson
90c14815a0
Add missing close quote to height Python example
2022-11-11 17:59:33 +00:00
Will McGugan
a46eda2fa0
Added blog
2022-11-06 15:41:12 +00:00
Aaron Stephens
4111aa5432
docs: remove center layout
2022-10-18 15:51:23 -07:00
Dave Pearson
f867d5b016
Make the scrollbar belong to the widget
2022-10-16 08:22:30 +01:00
Dave Pearson
b235e4cff0
Remove unnecessary indentation of example code
2022-10-16 08:19:20 +01:00
Dave Pearson
5df90e00c0
examples -> example
2022-10-16 08:18:30 +01:00
Dave Pearson
682f9a8936
Correct the class name that hides the widget in the eg
...
Also add some code markup to the class name, as this seems common elsewhere
in the docs.
2022-10-16 08:12:42 +01:00
Aaron Stephens
b9493ae6ff
docs: typos
2022-10-12 17:34:29 -07:00
Darren Burns
50bd8f3ec2
Add a TODO
2022-10-11 11:34:53 +01:00
Darren Burns
f6452bbbd5
Styles documentation for links properties
2022-10-11 11:22:24 +01:00
Darren Burns
3185ce2b80
Rewording
2022-10-07 15:03:17 +01:00
Darren Burns
143332efd5
Add example to grid styles docs, rename it
2022-10-07 14:59:37 +01:00
Will McGugan
effd6211d3
optimize link highlight
2022-09-28 10:04:22 +01:00
Will McGugan
d962dcd49c
new align
2022-09-27 16:35:40 +01:00
darrenburns
9e883d3e45
Document styles ( #785 )
...
* Add docs for CSS variables
* Add ref docs for various styles, fix some typos in places
2022-09-15 16:32:23 +01:00
Will McGugan
e4c16b6d6d
added grid layout
2022-09-06 16:06:01 +01:00
Will McGugan
9aa7228fda
added doc indexes
2022-09-06 13:11:06 +01:00
Darren Burns
1c83604357
Fix some docs, add a border to opacity output example
2022-08-31 17:36:59 +01:00
Darren Burns
5cfe4dbdcc
Fixing some typos
2022-08-31 17:12:07 +01:00
Darren Burns
2b7584c7ff
Add opacity docs
2022-08-31 17:08:21 +01:00
Darren Burns
4ed9e780de
Merge branch 'css' of github.com:willmcgugan/textual into opacity-changes
2022-08-31 14:16:02 +01:00
Darren Burns
56bc83c30e
Reference doc for text-opacity
2022-08-31 14:14:22 +01:00
Will McGugan
1907b3fd88
Merge pull request #713 from Textualize/docs-values
...
Values sections for CSS properties, some rewordings
2022-08-30 12:59:31 +01:00
Will McGugan
9fff9dbcb9
Merge pull request #704 from Textualize/text-justify
...
`text-align` CSS support
2022-08-30 12:58:31 +01:00
Will McGugan
ffce22bc45
Merge pull request #701 from Textualize/docs-layout
...
Docs layout
2022-08-30 12:55:58 +01:00
Darren Burns
79ccbae06e
1 character rewording in docs
2022-08-30 12:02:03 +01:00
Darren Burns
2fb99b9cc2
Rewording
2022-08-30 11:55:26 +01:00
Darren Burns
63cf7459c9
Reword box-sizing description
2022-08-30 11:52:30 +01:00
Darren Burns
92f15abc42
Values sections added to CSS properties docs
2022-08-30 11:49:11 +01:00
Darren Burns
ad803a7753
Text justify has become text align
2022-08-26 15:33:42 +01:00
Darren Burns
3b155216f0
Docs for text-justify
2022-08-26 14:51:27 +01:00
Darren Burns
acd56c6f7f
Initial docs for text-justify CSS property
2022-08-26 12:38:59 +01:00
Will McGugan
72327d6392
Update docs/styles/height.md
...
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com >
2022-08-26 10:17:16 +01:00
Will McGugan
f28913e25f
Apply suggestions from code review
...
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com >
2022-08-25 15:44:55 +01:00
Will McGugan
a09f5726ec
Apply suggestions from code review
...
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com >
2022-08-25 15:37:52 +01:00
Will McGugan
d96cd97658
Merge branch 'css' into docs-intro
2022-08-23 11:28:53 +01:00
darrenburns
fec73ba0e1
Docs content align ( #700 )
...
* Docs for content-align, some bug fixes for it too
* Make the example output a little clearer
* Remove app.run() from content-align docs example
* Improve wording
* Move content-align and scrollbar-gutter docs exmaples to split css/py files
* Remove app.run() from scrollbar-gutter docs example
2022-08-19 15:35:31 +01:00
Darren Burns
4cb57bb48e
Split layout into separate Python and CSS files for docs example
2022-08-19 15:25:27 +01:00
Darren Burns
a26cc3939d
Simplify layout docs wording
2022-08-19 14:52:22 +01:00
Darren Burns
721e58ab08
Consistency
2022-08-19 14:46:05 +01:00
Darren Burns
dce81254bf
Add docs for layout property
2022-08-19 14:44:25 +01:00
darrenburns
9eea01f5a1
Docs scrollbar gutter ( #695 )
...
* Add scrollbar-gutter docs
* Add scrollbar-gutter docs
* Add syntax and values section
* Rewording
2022-08-19 13:07:22 +01:00
Darren Burns
2fbafe8322
Small fixes
2022-08-19 10:21:23 +01:00
Will McGugan
2650dd500d
Events
2022-08-17 16:11:12 +01:00
Will McGugan
29422a6d0b
Merge branch 'css' into docs-intro
2022-08-17 15:05:13 +01:00
darrenburns
e94ea25faf
Filling the gap between horizontal and vertical scrollbars ( #664 )
...
* Fill the spacing between the scrollbars
* Add "scrollbar-corner-color" CSS rule and doc
* Remove unused print statement
* Some sandbox changes
* Remove redundant words from docs
* Add docstring to ScrollBarCorner class
2022-08-16 10:55:34 +01:00
Will McGugan
538e5d4701
lots more docs
2022-08-14 15:43:00 +01:00
Will McGugan
a1c0b173bd
more docs and diagrams
2022-08-13 21:39:31 +01:00
Will McGugan
ce5e36e0c6
Update docs/styles/box_sizing.md
...
Co-authored-by: darrenburns <darrenburns@users.noreply.github.com >
2022-08-05 09:22:18 +01:00