merge from rel-1.1-maint branch: style fix to ensure full-page visualization (flash) does not over-extend on right side of the page

This commit is contained in:
nac26 2010-07-22 15:24:13 +00:00
parent eaf0a0e2d3
commit 1dafec9142

View file

@ -39,3 +39,8 @@
width: 40px;
float:left;
}
/* container override from liquid.css */
.container {
width: inherit;
}