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

Commit36a9af4

Browse files
authored
Improve readability
Replace `text-align: justify` from the classic.css with `text-align: left`Set line-height to 1.4 instead of 130% for some elements
1 parentb77519b commit36a9af4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎python_docs_theme/static/pydoctheme.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ div.body {
9090
padding:0001.2em;
9191
}
9292

93-
div.bodyp {
94-
line-height:140%;
93+
div.bodyp,div.bodydd,div.bodyli,div.bodyblockquote {
94+
text-align: left;
95+
line-height:1.4;
9596
}
96-
9797
div.bodyh1,div.bodyh2,div.bodyh3,div.bodyh4,div.bodyh5,div.bodyh6 {
9898
margin:0;
9999
border:0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp