Fixed some design issues and improved page export styling

Fixed alignment on export options dropdown.
Fixed bullet list items sitting too close next to floated content. Fixes #34.
Fixed text overlaying images in PDF exports (Floats removed for now). Fixes #53.
Fixed spaced table cells on html & PDF exports.
This commit is contained in:
Dan Brown
2016-02-08 20:41:40 +00:00
parent 5d73d17c74
commit 9b83c57316
5 changed files with 21 additions and 10 deletions

View File

@ -223,13 +223,13 @@ span.highlight {
* Lists
*/
ul {
list-style: disc;
margin-left: $-m*1.5;
padding-left: $-m * 1.5;
list-style: disc inside;
}
ol {
list-style: decimal;
margin-left: $-m*1.5;
list-style: decimal inside;
padding-left: $-m * 1.5;
}
/*