git.annexia.org
/
libguestfs-talks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25860da
)
Add way to scale whole document.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 25 Jan 2019 16:35:16 +0000
(16:35 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 25 Jan 2019 16:35:16 +0000
(16:35 +0000)
2019-fosdem/style.css
patch
|
blob
|
history
diff --git
a/2019-fosdem/style.css
b/2019-fosdem/style.css
index
7235b7c
..
0f7be38
100644
(file)
--- 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?? */