Remove building with NOCRYPTO option
[minix.git] / minix / share / beaglebone / weather / style.css
blobcc40affb36d1ef358558f7dce245de5cada27b17
1 body {
2 background-color: white;
3 font-family: verdana, helvetica, sans-serif;
4 color: #333333;
5 font-size: 12px;
8 #weatherstation {
9 display: none;
12 #loading {
13 /* Display in the center of the screen */
14 top: 50%;
15 left: 50%;
16 position: absolute;