Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit480a072

Browse files
Fix monospace inconsistencies (#87)
1 parentf0e6c88 commit480a072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎python_docs_theme/static/pydoctheme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ div.body a:hover {
136136
}
137137

138138
tt,code,pre {
139-
font-family:"monospace",sans-serif;
139+
font-family:"monospace",monospace;
140140
font-size:96.5%;
141141
}
142142

@@ -208,7 +208,7 @@ div.footer a:hover {
208208
}
209209

210210
dl>dtspan~em {
211-
font-family:"monospace",sans-serif;
211+
font-family:"monospace",monospace;
212212
}
213213

214214
.toctree-wrapperul {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp