Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
37034664
Commit
37034664
authored
May 25, 2017
by
Philipp Frank
Browse files
override css to make rtd theme resposive on whide screens
parent
7f76e3cb
Pipeline
#12976
passed with stage
in 4 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/source/_static/style.css
0 → 100644
View file @
37034664
/* override table width restrictions */
.wy-nav-content
{
max-width
:
none
;
}
docs/source/_templates/layout.html
0 → 100644
View file @
37034664
{% extends "!layout.html" %}
{% block extrahead %}
<link
href=
"{{ pathto("
_static
/
style.css
",
True
)
}}"
rel=
"stylesheet"
type=
"text/css"
>
{% endblock %}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment