On 11/2/18 04:28, Cameron Shorter wrote: > Hi Vicky, > > Our OSGeoLive presentations is tripping up trying to render a large > table as per: > > https://live.osgeo.org/en/presentation.html#/5 > > Have you got any tips on where to fix this? I'm suspecting I might have > to find a new theme, or work out a thinner boarder or work out how the > CSS works. > >
A CSS override should suffice on that. Inspecting the page and comparing to the source https://github.com/OSGeo/OSGeoLive-doc/blob/master/doc/_static/reveal.js/css/reveal.css I believe it's the box-shadow property. Try adding this to the end of the reveal.css (we should actually make a custom.css and and it to the head for these overrides). .reveal blockquote { box-shadow 0px } Thanks, Alex _______________________________________________ osgeolive mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/osgeolive
