add a short_name so that FxOS versions support that will only display this one in...
[mandelbrot-web.git] / mandelbrot.css
... / ...
CommitLineData
1#overlayArea {
2 position: absolute;
3}
4
5#settings {
6 display: none;
7}
8
9#mainArea {
10 text-align: center;
11 margin: 1em 0;
12}
13
14#mbrotImage {
15 background-color: lightblue;
16}