Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in layout_styles.rst #1374

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/layout_styles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ By setting a style to ``None``, no style is set and the normal Sphinx-Needs styl
Own style configuration
~~~~~~~~~~~~~~~~~~~~~~~~

If you need to customize the css definitions, there are twi ways of doing it:
If you need to customize the css definitions, there are two ways of doing it:

* Provide a css file by using :ref:`needs_css`
* Set own css on sphinx level
Expand Down Expand Up @@ -588,7 +588,7 @@ HTML output
For **html output** the used layout and style names are added as css-class to the need table object.
Beside this also the used grid system is added::

<table class="need needs_grid_simple needs_layout_complex needes_style_blue docutils" id="SPEC_1">
<table class="need needs_grid_simple needs_layout_complex needs_style_blue docutils" id="SPEC_1">

The above line contains the following css classes:

Expand Down
Loading