RandomSec/main/webapp/styles/widgets/histogram-widget.css
2010-05-28 23:19:08 +00:00

10 lines
124 B
CSS

.histogram-widget {
margin: 0;
padding: 0;
position: relative;
}
.histogram-widget canvas {
width: 100%;
}