I don't know anything about ioslides, but on lines 524-538
of the HTML I see this CSS:
pre {
font-family: 'Source Code Pro', 'Courier New', monospace;
font-size: 20px;
line-height: 28px;
padding: 10px 0 10px 60px;
letter-spacing: -1px;
margin-bottom: 20px;
width: 106%;
left: -60px;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
The line
left: -60px;
seems to be the culprit. Delete that line and it seems to be okay.
Where in the pipeline that gets inserted, someone else will need to
figure out.
Regards,
David
> --
> You received this message because you are subscribed to the Google Groups "sage-cell" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
>
sage-cell+...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/sage-cell/f1bc579c-da4a-4785-b6c3-bc78e7f0207b%40googlegroups.com.
>
>