Skip to content

Commit

Permalink
Lessen font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Mar 31, 2024
1 parent 4a84d71 commit 0d47ec3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/doc/common/static/custom-furo.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ a.pdf:hover {
text-decoration: none;
}

/* For sections INPUT, OUTPUT, EXAMPLES, etc. */

abbr {
font-weight: 420;
}
1 change: 1 addition & 0 deletions src/sage/probability/probability_distribution.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ AUTHORS:
GeneralDiscreteDistribution, misc fixes.
- Kwankyu Lee (2010-05-29): F-distribution support.
"""
# ****************************************************************************
# Copyright (C) 2004, 2005, 2006 Joshua Kantor <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions src/sage/structure/formal_sum.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- Volker Braun (2010-07-19): new-style coercions, documentation
added. FormalSums now derives from UniqueRepresentation
"""

# ****************************************************************************
Expand Down

0 comments on commit 0d47ec3

Please sign in to comment.