diff options
author | Nigel Stanger <nigel.stanger@otago.ac.nz> | 2013-05-02 12:02:46 +1200 |
---|---|---|
committer | Nigel Stanger <nigel.stanger@otago.ac.nz> | 2013-05-02 12:02:46 +1200 |
commit | 1219564e0560702b1d0d4df9983bae0fbac7fde4 (patch) | |
tree | 446e61d9d2047ccbcf996dab5c58298110a9b8a6 | |
parent | 247771e129f431fc751140d8da4c2fe60815a51f (diff) | |
download | perl-software-in-gnu-guix-1219564e0560702b1d0d4df9983bae0fbac7fde4.tar perl-software-in-gnu-guix-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.
-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 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 { |