diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/web/src/figure.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/src/figure.html b/src/web/src/figure.html index ebcdf58..73502d0 100644 --- a/src/web/src/figure.html +++ b/src/web/src/figure.html @@ -90,7 +90,7 @@ etiam non quam lacus suspendisse faucibus interdum posuere. </figure> <code>overflow: auto</code> gives an alternative to <code>clear</code> to control placement of the floats. The red boarder visualizes the size of the -<code><div></code> block, you can remove the <code>overflow</code> property +<code><div></code> block. One can remove the <code>overflow</code> property and observe how the border changes. </div> |