From: Richard W.M. Jones Date: Fri, 25 Jan 2019 16:35:16 +0000 (+0000) Subject: Add way to scale whole document. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=3ddcd7084593ef8f3a36c84e27501e0c4040f209;p=libguestfs-talks.git Add way to scale whole document. --- diff --git a/2019-fosdem/style.css b/2019-fosdem/style.css index 7235b7c..0f7be38 100644 --- a/2019-fosdem/style.css +++ b/2019-fosdem/style.css @@ -7,6 +7,9 @@ body { font-size: 20pt; /* For 1024x768 */ /* font-family: liberation, helvetica; */ font-family: helvetica; + + /* Can be used to scale the whole document. */ + /*transform: translate(-10%,-10%) scale(0.75,0.75);*/ } body td, body th { /* why?? */