RandomSec/main/webapp/styles/widgets/histogram-widget.css
Stefano Mazzocchi 365868564f create 'main' and 'server'
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@905 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 16:52:50 +00:00

10 lines
124 B
CSS

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