diff options
author | Andrey Andreev <narf@devilix.net> | 2015-07-16 09:48:42 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-07-16 09:48:42 +0200 |
commit | 924ac35f6d5a51ab5a9c0a27fed246a5678c5ea6 (patch) | |
tree | 31e2ec31b519538aabe46125e06b51d9d390094f /user_guide_src/source | |
parent | 4a4cbb376b1d17a9e74edad8f7cb7f27a50c01c7 (diff) |
[ci skip] Fix #3869
Close #3978
Close #3979
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css | 7 | ||||
-rw-r--r-- | user_guide_src/source/_themes/sphinx_rtd_theme/theme.conf | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css b/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css new file mode 100644 index 000000000..10e7d04c6 --- /dev/null +++ b/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css @@ -0,0 +1,7 @@ +@import 'theme.css'; + +.highlighted { + padding: 0px !important; + font-weight: inherit !important; + background-color: #f1d40f !important; +}
\ No newline at end of file diff --git a/user_guide_src/source/_themes/sphinx_rtd_theme/theme.conf b/user_guide_src/source/_themes/sphinx_rtd_theme/theme.conf index dcfbf8c22..5814ac963 100644 --- a/user_guide_src/source/_themes/sphinx_rtd_theme/theme.conf +++ b/user_guide_src/source/_themes/sphinx_rtd_theme/theme.conf @@ -1,6 +1,6 @@ [theme] inherit = basic -stylesheet = css/theme.css +stylesheet = css/citheme.css [options] typekit_id = hiw1hhg |