summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-03-12 01:30:19 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2017-03-12 10:58:39 +0100
commit34ca33438722cef44f39a7f7e034a0bcc149b4bc (patch)
tree9d96861905306077cf53d0d59c96697e28b6a1a8
parent80ee7257182ef8ad621f50d6bc7a8a7908a2edac (diff)
downloadvala-wip/manual.tar.gz
WIP tweakswip/manual
-rw-r--r--doc/manual/default.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/manual/default.css b/doc/manual/default.css
index bbe4ab723..248d2aaff 100644
--- a/doc/manual/default.css
+++ b/doc/manual/default.css
@@ -203,13 +203,15 @@ blockquote span.literal {
border: none;
padding: 0;
}
- table, .o-box { page-break-inside: avoid; }
+ table { text-align: initial; }
+ /*table, .o-box { page-break-inside: avoid; }*/
}
@page {
counter-increment: page;
@top-center { content: "Vala Reference Manual"; }
@bottom-center {
- content: "Page " counter( page ) " of " counter( pages );
+ content: counter(page);
}
+ font-family: cantarell, sans-serif;
}