repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
share
/
beaglebone
/
weather
/
style.css
blob
cc40affb36d1ef358558f7dce245de5cada27b17
1
body
{
2
background-color
:
white
;
3
font-family
:
verdana
,
helvetica
,
sans-serif
;
4
color
:
#333333
;
5
font-size
:
12px
;
6
}
7
8
#weatherstation
{
9
display
:
none
;
10
}
11
12
#loading
{
13
/* Display in the center of the screen */
14
top
:
50
%;
15
left
:
50
%;
16
position
:
absolute
;
17
}