remove installs_allowed_from as it defaults to * and we should not restrict this
[mandelbrot-web.git] / style / mandelbrot.css
CommitLineData
d0244cd3
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
95d05599
RK
4
5body {
6 font-family: sans-serif;
7}
8
6a7aa57d
RK
9#overlayArea {
10 position: absolute;
11}
12
13#settings {
14 display: none;
15}
16
17#mainArea {
18 text-align: center;
19 margin: 1em 0;
20}
21
22#mbrotImage {
23 background-color: lightblue;
24}