Files
astronomy/demo/browser/astro_demo.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

21 lines
223 B
CSS

/*
astro_demo.css
*/
.NumHeader {
text-align: center;
}
.Numeric {
font-family: Monospace;
text-align: right;
}
input:invalid {
border: 2px dashed red;
}
input:valid {
border: 1px solid white;
}