You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by m4...@apache.org on 2017/10/25 21:05:16 UTC

[31/50] [abbrv] brooklyn-docs git commit: Add minimal PDF styling

Add minimal PDF styling


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/2161c938
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/2161c938
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/2161c938

Branch: refs/heads/master
Commit: 2161c93888769e4c4aae5a05c5d8cb0878502d7b
Parents: 1ca81c2
Author: Richard Downer <ri...@apache.org>
Authored: Wed Oct 11 13:43:39 2017 +0100
Committer: Thomas Bouron <th...@cloudsoftcorp.com>
Committed: Mon Oct 16 14:56:04 2017 +0100

----------------------------------------------------------------------
 guide/styles/pdf.css | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/2161c938/guide/styles/pdf.css
----------------------------------------------------------------------
diff --git a/guide/styles/pdf.css b/guide/styles/pdf.css
new file mode 100644
index 0000000..b52e163
--- /dev/null
+++ b/guide/styles/pdf.css
@@ -0,0 +1,10 @@
+body {
+    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
+    font-weight: 300;
+    font-size: 14pt;
+    color: black;
+}
+
+a, a:link, a:visited, a:hover {
+    color : #449d44;
+}