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.edit
parent
247771e129
commit
1219564e05
|
@ -14,6 +14,7 @@
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
width: 640px;
|
width: 640px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrap-current-slide {
|
#wrap-current-slide {
|
||||||
|
|
Loading…
Reference in New Issue