Files
astronomy/demo/browser/barycenter.css
Don Cross a61dda0370 Starting to work on a demo of plotting the Solar System Barycenter.
Animate the Sun's motion around the Solar System Barycenter (SSB),
along with the four major planets Jupiter, Saturn, Uranus, and Neptune.
2020-01-21 13:25:32 -05:00

13 lines
195 B
CSS

html, body {
/* Fit rendered page to screen layout */
top:0;
bottom:0;
left:0;
right:0;
position:fixed;
}
.PlotCanvas {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}