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

@ -38,4 +38,9 @@
text-align: right; text-align: right;
width: 40px; width: 40px;
float:left; float:left;
}
/* container override from liquid.css */
.container {
width: inherit;
} }