X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FwebTwoPointO.css;h=30317360b8dbdbe2d3cefdad33878023c3143ed8;hb=aa50324ee6e5bf764099971072c3eb6e50443247;hp=4dd0c7813b7fa99c42bc3ed95c31cfc6d2ccf187;hpb=a77cc7bcd83a3fe80420c96b4c1362a71a23a1fc;p=hacks%2FsimpleWebSlides.git diff --git a/themes/webTwoPointO.css b/themes/webTwoPointO.css index 4dd0c78..3031736 100644 --- a/themes/webTwoPointO.css +++ b/themes/webTwoPointO.css @@ -13,18 +13,14 @@ } /* Title of the slide */ -.sws-title { - top: 0vh; - height: 10vh; -} -.sws-title h1 { +h1 { color: #f14a29; font-size: 5vh; text-align:center; } /* The inner canvas and content */ .sws-inner-canvas { - top: 10vh; + top: 0vh; height: 85vh; } .sws-content { @@ -37,7 +33,6 @@ text-align: right; } - .sws-slide-num-sep:after { content: "/"; } @@ -52,6 +47,9 @@ body { code, pre, tt { font-family: 'Inconsolata', monospace; } +code { + white-space: pre; +} ul { list-style-type: square;