forked from expo/troggle
[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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user