/** * These are the styles loaded by default * * Do not edit this file. Instead add your own styles in * lib/plugins/dw2pdf/conf/style.local.css to make sure they * are not overwritten by updates */ body { font-family: sans-serif; } a { text-decoration: none; } table { border: 1px solid #808080; border-collapse: collapse; } td, th { border: 1px solid #808080; } pre { background-color: #eeeeee; } em.u { font-style: normal; text-decoration: underline; } em em.u { font-style: italic; } img.medialeft { float: left; } img.mediaright { float: right; } .rightalign { text-align: right; } .centeralign { text-align: center; } .leftalign { text-align: left; }