Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
ffbs-gluon
Commits
65c9d05d
Unverified
Commit
65c9d05d
authored
3 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
docs: drop obselete theme fixes
parent
32ae0719
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_static/css/custom.css
+0
-35
0 additions, 35 deletions
docs/_static/css/custom.css
with
0 additions
and
35 deletions
docs/_static/css/custom.css
+
0
−
35
View file @
65c9d05d
...
...
@@ -8,38 +8,3 @@
.rst-content
div
[
class
^=
'highlight'
]
pre
{
overflow
:
visible
;
}
/*
This fixes the bottom margin of paragraphs inside lists, where margins inside
a single list item would incorrectly be displayed larger than margins between
the list items.
Upstream fix (not fixed on readthedocs.io yet):
https://github.com/readthedocs/sphinx_rtd_theme/commit/ac20ce75d426efeb40fe2af1f89ea9bad285a45b
*/
.rst-content
.section
ol
li
>
p
,
.rst-content
.section
ol
li
>
p
:last-child
,
.rst-content
.section
ul
li
>
p
,
.rst-content
.section
ul
li
>
p
:last-child
{
margin-bottom
:
12px
;
}
.rst-content
.section
ol
li
>
p
:only-child
,
.rst-content
.section
ol
li
>
p
:only-child:last-child
,
.rst-content
.section
ul
li
>
p
:only-child
,
.rst-content
.section
ul
li
>
p
:only-child:last-child
{
margin-bottom
:
0rem
;
}
/*
This fixes the bottom margin of nested lists
Based on upstream fix (not on readthedocs.io yet):
https://github.com/readthedocs/sphinx_rtd_theme/commit/6f0de13baff93f25204aa2cdf0308aae47d71312
*/
.rst-content
.section
ul
li
>
ul
,
.rst-content
.section
ul
li
>
ol
,
.rst-content
.section
ol
li
>
ul
,
.rst-content
.section
ol
li
>
ol
{
margin-bottom
:
12px
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment