Initial import from SVN

This commit is contained in:
Luca 2015-04-30 12:22:35 +02:00
parent 1601f6bbf2
commit 730d76b9f5
1612 changed files with 715104 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#bubble_chart {
background-color: #ffffff;
border: 3px dotted #dddddd;
font: 10px sans-serif;
height: 400px;
text-shadow: none;
width: 600px;
}
.bubble {
position: relative;
}