mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-25 16:52:00 +00:00
[svn r5808] Actually I made it possible for <div>s to be on the left and right at the same time (?). Doh.
This commit is contained in:
parent
f89fd612aa
commit
0875c9d8d1
@ -13,7 +13,7 @@ h3 { color: #2c105e }
|
||||
A:link, A:visited { text-decoration: none }
|
||||
.caption { font-size: 8pt; margin-bottom: 0pt; } /* this can apply to <p> or <td> or anything, so leave it like it is. */
|
||||
div.centre { text-align: center; }
|
||||
img.onright, div.onleft { vertical-align: top; float: right; margin-left: 10pt; margin-bottom: 10pt; margin-right: 8pt }
|
||||
img.onright, div.onright { vertical-align: top; float: right; margin-left: 10pt; margin-bottom: 10pt; margin-right: 8pt }
|
||||
img.onleft, div.onleft { vertical-align: top; float: left; margin-right: 10pt; margin-bottom: 10pt; margin-left: 8pt }
|
||||
img.icon { vertical-align: middle; }
|
||||
table.imgtable { width: 100% }
|
||||
|
Loading…
Reference in New Issue
Block a user