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

Make $ unselectable in docs #4990

Merged
merged 13 commits into from
Jan 10, 2019
Prev Previous commit
make css classes more specific
dojutsu-user committed Jan 10, 2019

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit e06869e12338783d8ce09a4e6a9534a57cc09986
4 changes: 2 additions & 2 deletions docs/_static/css/sphinx_prompt_css.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* CSS for sphinx-prompt */

.highlight {
pre.highlight {
border: 1px solid #e1e4e5;
overflow-x: auto;
margin: 1px 0 24px 0;
padding: 12px 12px;
}

.prompt1 {
pre.highlight span.prompt1 {
font-size: 12px;
line-height: 1.4;
}