Skip to content

Commit

Permalink
Merge 26a9505 into 3f683c9
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 19, 2018
2 parents 3f683c9 + 26a9505 commit e8272d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/res/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ img.downloads:hover {
background: rgba(103, 103, 103, 0.13);
}

img.vcenter {
vertical-align: -3px;
}

span.anchor {
display: block;
height: 23px;
Expand Down
2 changes: 1 addition & 1 deletion doc/whatIsNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var jsonData = { "versions": [
{ "type": "improved", "description": "Running of long simulations." },
{ "type": "improved", "description": "Resetting of model parameters." },
{ "type": "improved", "description": "Synchronisation of the X and/or Y axes of all the graph panels." },
{ "type": "fixed", "description": "<a href=\"http://computation.llnl.gov/projects/sundials/cvode\">CVODE</a> solver issue when modifying a model parameter." }
{ "type": "fixed", "description": "<a href=\"http://computation.llnl.gov/projects/sundials/cvode\">CVODE</a> solver issue when modifying a model state." }
]
}
]
Expand Down

0 comments on commit e8272d8

Please sign in to comment.