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

This commit is contained in:
aaron
2009-01-19 20:30:23 +01:00
parent 83543ee301
commit b49acc3fcc
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;
}