aboutsummaryrefslogtreecommitdiff
path: root/plugin/notes/notes.html
diff options
context:
space:
mode:
authorNigel Stanger <nigel.stanger@otago.ac.nz>2013-05-02 12:02:46 +1200
committerNigel Stanger <nigel.stanger@otago.ac.nz>2013-05-02 12:02:46 +1200
commit1219564e0560702b1d0d4df9983bae0fbac7fde4 (patch)
tree446e61d9d2047ccbcf996dab5c58298110a9b8a6 /plugin/notes/notes.html
parent247771e129f431fc751140d8da4c2fe60815a51f (diff)
downloadfreenode-live-2017-presentation-1219564e0560702b1d0d4df9983bae0fbac7fde4.tar
freenode-live-2017-presentation-1219564e0560702b1d0d4df9983bae0fbac7fde4.tar.gz
Added clear:left to notes DIV
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.
Diffstat (limited to 'plugin/notes/notes.html')
-rw-r--r--plugin/notes/notes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html
index e14c6ac..5726fbd 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 {