add flight paths example

This commit is contained in:
rolux 2012-04-11 22:41:08 +02:00
commit 42f0700a00
4 changed files with 198 additions and 0 deletions

View file

@ -0,0 +1,16 @@
body {
margin: 0;
}
.label {
position: absolute;
width: 126px;
height: 14px;
border: 1px solid rgba(255, 255, 255, 0.75);
border-radius: 4px;
background: rgba(0, 0, 0, 0.5);
font-family: Lucida Grande; sans-serif;
font-size: 11px;
text-align: center;
color: rgb(255, 255, 255);
box-shadow: 0 0 1px rgb(0, 0, 0);
}