Skip to content

Commit

Permalink
Upgrade perseus and fix bugs in expression responses.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Dec 24, 2022
1 parent 0c76224 commit b849200
Show file tree
Hide file tree
Showing 8 changed files with 252 additions and 56,542 deletions.
25 changes: 17 additions & 8 deletions kolibri/plugins/perseus_viewer/assets/dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2285,8 +2285,10 @@ img.zoom-img {
z-index: 3;
}
.framework-perseus div.paragraph {
font-size: 14px;
line-height: 19.6px;
font-family: "Noto Serif", serif;
font-weight: 400;
font-size: 18px;
line-height: 22px;
margin: 22px 0px;
}
.framework-perseus .test-prep-blurb div.paragraph {
Expand All @@ -2295,8 +2297,11 @@ img.zoom-img {
}
.framework-perseus div.instructions {
display: block;
font-family: "Noto Serif", serif;
font-weight: 800;
font-size: 18px;
line-height: 22px;
font-style: italic;
font-weight: bold;
}
.framework-perseus .perseus-renderer > .paragraph > ul:not(.perseus-widget-radio),
.framework-perseus .perseus-renderer > .paragraph > ol {
Expand Down Expand Up @@ -2888,10 +2893,12 @@ body.mobile .categorizer-container td.category input[type="radio"] + span:active
.perseus-matrix .matrix-bracket.bracket-left {
border-color: #666;
border-left-width: 2px;
border-right-width: 0;
left: 3px;
}
.perseus-matrix .matrix-bracket.bracket-right {
border-color: #666;
border-left-width: 0;
border-right-width: 2px;
margin-left: -3px;
}
Expand Down Expand Up @@ -3057,15 +3064,17 @@ body.mobile .perseus-matrix .math-output {
line-height: 18px;
}
.perseus-widget-passage-container .passage-title div.paragraph {
font-size: 16px;
font-family: "Noto Serif", serif;
font-weight: 700;
font-size: 20px;
line-height: 22px;
margin: 0 0 10px;
}
.perseus-widget-passage-container .passage-text div.paragraph {
font-size: 16px;
line-height: 20px;
margin: 0;
text-indent: 20px;
font-family: "Noto Serif", serif;
font-weight: 400;
font-size: 20px;
line-height: 24px;
}
.perseus-widget-passage-container .passage-text div.paragraph span {
text-indent: 0;
Expand Down
Loading

0 comments on commit b849200

Please sign in to comment.