[svn] Allow viewing of more than one survey stage at once. Also, make images float nicely but not escape content div.

Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8207 by aaron @ 1/19/2009 7:30 PM
This commit is contained in:
substantialnoninfringinguser
2009-05-13 05:42:01 +01:00
parent dcc7825547
commit 82e50d5199
3 changed files with 52 additions and 23 deletions

View File

@@ -310,6 +310,8 @@ div.figure {
border: thin silver solid;
margin: 0.5em;
padding: 0.5em;
display: inline;
float: left;
}
div.figure p {
text-align: left;
@@ -319,3 +321,6 @@ div.figure p {
img.thumbnail {
width: 100%;
}
br.clearfloat {
clear:both;
}