X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=2019-fosdem%2Fstyle.css;h=14aa0ad70de600528f65ace8a1f2be8dac695e06;hb=445635a71a5371499b76a0a1b9c47ad920a42870;hp=ff7ad32da5c2033b375073308af2e62869af292a;hpb=cd302727c9696d147dc14e48e9757faea1f288d9;p=libguestfs-talks.git diff --git a/2019-fosdem/style.css b/2019-fosdem/style.css index ff7ad32..14aa0ad 100644 --- a/2019-fosdem/style.css +++ b/2019-fosdem/style.css @@ -38,19 +38,28 @@ b { color: rgb(204,0,0); } +/* Title page. */ div#titlepage { margin-top: 100px; - text-align: center; + width: 80%; + margin-left: 10%; } div#titlepage p.title { color: rgb(204,0,0); font-weight: bold; font-size: 48px; + text-align: left; } -div#titlepage author { +div#titlepage p.author { font-size: 36px; + text-align: left; +} + +div#titlepage p.abstract { + font-size: 28px; + text-align: left; } /* Code */