diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-03-20 01:23:07 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-03-20 01:23:07 +0100 |
commit | c9c853e6dd5154f218940bd909298452c7bb1bd0 (patch) | |
tree | a225f94179df7d47a0112b222a37ac7e0a77c26f /src | |
parent | 5590e4c45bb868a8fa4610a1273ad131a3ee6354 (diff) | |
download | notes-c9c853e6dd5154f218940bd909298452c7bb1bd0.tar.gz notes-c9c853e6dd5154f218940bd909298452c7bb1bd0.zip |
html: fix comment
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> |