mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Initial import from SVN
This commit is contained in:
parent
1601f6bbf2
commit
730d76b9f5
1612 changed files with 715104 additions and 0 deletions
12
httpdocs/css/bubble-chart.css
Normal file
12
httpdocs/css/bubble-chart.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue