diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-05-05 18:44:10 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-05-05 18:44:10 -0400 |
commit | db4eb20bc3f9464953292b102ecd967e82a88891 (patch) | |
tree | a1e1a64480260c65c8c5b6a9e2bec33cbbf63d86 /plugin | |
parent | 6b6c87db976d70d8080327197e5f00ace64c75bf (diff) | |
parent | 76fce3b4d9f524e9a6534bb19745894e1c743849 (diff) | |
download | fosdem-2018-presentation-db4eb20bc3f9464953292b102ecd967e82a88891.tar fosdem-2018-presentation-db4eb20bc3f9464953292b102ecd967e82a88891.tar.gz |
merge notes float fix and support for multiple fragments with same index
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/notes/notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index 830045d..2333878 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -14,6 +14,7 @@ font-size: 24px; width: 640px; margin-top: 5px; + clear: left; } #wrap-current-slide { |