projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
247771e
)
Added clear:left to notes DIV
author
Nigel Stanger
<nigel.stanger@otago.ac.nz>
Thu, 2 May 2013 00:02:46 +0000
(12:02 +1200)
committer
Nigel Stanger
<nigel.stanger@otago.ac.nz>
Thu, 2 May 2013 00:02:46 +0000
(12:02 +1200)
Resolves an issue where the first label (e.g., first bullet or first
number) of a list would wrap to the right side of the window and be
hidden under the clock element.
plugin/notes/notes.html
patch
|
blob
|
history
diff --git
a/plugin/notes/notes.html
b/plugin/notes/notes.html
index e14c6ac7e1bcf4a12977ba81d8cc333952dd3ff8..5726fbd69ebe220226e2265babc503e9b0b36923 100644
(file)
--- 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 {