Skip to content

Commit

Permalink
Merge pull request #100 from TYPO3-Documentation/develop
Browse files Browse the repository at this point in the history
Merge 'develop' for v4.4.2
  • Loading branch information
marble authored Jan 6, 2021
2 parents 9182396 + dff6f24 commit 67662ae
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ jobs:
use-docker-container:
needs: [passed-all-tests]
runs-on: ubuntu-latest
if: 0
strategy:
matrix:
# online, offline
Expand Down
10 changes: 7 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
History
=======

Next release
============

4.4.2 (2021-06-01)
==================

* 8b1f5c3 Style index page genindex.html (issue #99)


4.4.1 (2020-12-10)
==================

* 5fb7837 Fix css for images and figures
* 5fb7837 Fix css for images and figures


4.4.0 (2020-12-07)
Expand Down
38 changes: 38 additions & 0 deletions sass/_component_rst.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,42 @@
.line-block > .line-block {
margin-left: 1.75em;
}

/**
* Index page "genindex.html"
*/
div.genindex-jumpbox {
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
margin: 1em 0;
padding: .4em;
}
div.modindex-jumpbox {
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
margin: 1em 0;
padding: .4em;
}
table.indextable {
width: 100%;
td {
text-align: left;
vertical-align: top;
}
ul {
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
}
> tbody > tr > td > ul {
padding-left: 0;
}
tr.pcap {
height: 10px;
}
tr.cap {
margin-top: 10px;
background-color: transparent;
}
}
}
2 changes: 1 addition & 1 deletion sphinx_typo3_theme/static/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sphinx_typo3_theme/static/css/theme.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1921,9 +1921,9 @@ inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.3:
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==

ini@^1.3.4, ini@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
version "1.3.8"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==

interpret@~1.1.0:
version "1.1.0"
Expand Down

0 comments on commit 67662ae

Please sign in to comment.