edwardtufte / tufte-css

Style your webpage like Edward Tufte’s handouts.
https://edwardtufte.github.io/tufte-css/
MIT License
5.96k stars 458 forks source link

clear right and final margin note #95

Closed yb66 closed 8 years ago

yb66 commented 8 years ago

Hi,

I just had cause to add a margin note as the very final part of an article. When rendered, it dropped beneath the article. All other margin/side notes rendered where I'd expect. I tracked it down to the clear: right inside a .sidenote, marginnote declaration.

I tried removing the declaration altogether and noticed no rendering bother created elsewhere, but it did fix this problem. It's been there since the very first commit so I can't find any reason why it was added.

I'm using a modified version of Tufte CSS, so maybe it's just me, but it may affect others.

Regards, iain

daveliepmann commented 8 years ago

Could not replicate. Closing this until we have an example that's verified in an unmodified version of the project.