[vala/wip/manual] WIP tweaks
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/manual] WIP tweaks
- Date: Sun, 12 Mar 2017 00:30:51 +0000 (UTC)
commit 9d7093e04f023fe45b6f90217027703f66e3f615
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Mar 12 01:30:19 2017 +0100
WIP tweaks
doc/manual/default.css | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/doc/manual/default.css b/doc/manual/default.css
index bbe4ab7..248d2aa 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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]